1 Aug
2011
1 Aug
'11
3:25 p.m.
Am 01.08.2011 um 17:15 schrieb Mojca Miklavec:
Hello,
I would like to add timestamps to the document. The command \date seems handy for that, but it doesn't offer any hour/minute/second keyword, or at least I wasn't able to find it in documentation.
Is there some more convenient way to add current date and time to the document?
\starttext \startlines \currenttime \currenttime[h] \currenttime[m] \currenttime[h,{\,:\,},m] \stoplines \stoptext Wolfgang