Wiki-Quellcode von Date Macro
Zuletzt geändert von xwikiadmin am 2025/01/07 12:10
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 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"/}} | ||
10 |