3 Aug
2011
3 Aug
'11
12:03 a.m.
On Mon, Aug 1, 2011 at 17:25, Wolfgang Schuster
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
Thank you. This should go to command reference, I guess (but I'm not sure what is the current upstream method to add new commands; wiki?). Is there any specific reason why hour and minutes are not supported in \date? Mojca