mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
22 lines
376 B
Plaintext
22 lines
376 B
Plaintext
|
title: today macro
|
||
|
modifier: colmbritton
|
||
|
created: 20110211143955
|
||
|
modified: 20110211144611
|
||
|
tags: macro
|
||
|
creator: colmbritton
|
||
|
|
||
|
The date macro will display the current date and time:
|
||
|
{{{
|
||
|
<<today>>
|
||
|
}}}
|
||
|
Displays as:
|
||
|
<<today>>
|
||
|
|
||
|
This macro accepts one parameter - a date format. Such as:
|
||
|
{{{
|
||
|
<<today DD/MM/YYYY>>
|
||
|
}}}
|
||
|
Displays as:
|
||
|
<<today DD/MM/YYYY>>
|
||
|
Read more about [[Date Formats]]
|