# timedate command

The `timedate` command sets or displays
the status of the time and date display.

**Synonyms:** time-date

## Syntax

```
timedate {(options)}
```

## Parameter(s)

| options | f | Turns off to suppress display of time/date at TCL. |
| --- | --- | --- |
| n | Turns on to display the time/date at TCL. The default is on. | |
| s | Suppresses output of the status message. | |

## Example(s)

```
timedate (f
[1307] The time-date display is off.
```

```
timedate (n
[1306] The time-date display is on.
```

## See also

- [time command](https://d3codex.com/tcl/time-command/)

---
Source: https://d3codex.com/tcl/timedate-command/ - part of the D3Codex reference.
