# set-date-eur command

The set-date-eur command toggles the
standard (American) date format to European/International format:
dd/mm/yy for input and output purposes.

Note: Flash-compiled triggers (for example, callx) in the FSI will not employ
 set-date-eur settings.

## Syntax

```
 set-date-eur {(options}
```

## Parameter(s)

| options | L | Allows the setting of the date format locally for each PIB. The default local setting is determined at logon by the global setting. If this option is employed, only the local setting is changed. Otherwise, both the global and local settings are changed. |
| --- | --- | --- |

## See also

- [set-date command](https://d3codex.com/tcl/set-date-command/)
- [set-date-std command](https://d3codex.com/tcl/set-date-std-command/)
- [u1193 user exit](https://d3codex.com/proc/u1193-user-exit/)

---
Source: https://d3codex.com/tcl/set-date-eur-command/ - part of the D3Codex reference.
