Wiki source code of Date Macro
Last modified by Frank Fock on 2025/01/26 23:11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Example: | ||
2 | |||
3 | ##{{{{{date value="2024-07-02 17:06" displayFormat="yyyy.MM.dd" format="yyyy-MM-dd hh:mm"/}}}}}## | ||
4 | |||
5 | * ##value## [mandatory] is the value of the date | ||
6 | * ##displayFormat## [optional] is for adding a custom format for the date to be displayed in | ||
7 | * ##format## [optional] is for the accepted input format | ||
8 | |||
9 | {{date value="2024-07-02 17:06" displayFormat="yyyy.MM.dd" format="yyyy-MM-dd hh:mm"/}} |