> title in the following format:
> YYYYMMDD_HH:MM
> with the time, date corresponding to the time of creation.
> I need the month two be always in two digits - as in '08' for August,
> for example, and time to be in 24-hour format as in '13' for 1:00 PM,
> for example.
> I am not able to get the month in two digit format, and time in 24
> format with just hours and minutes.
certain date formatting codes can be preceded with a zero ("0") to
indicate that "zero-padding" should be applied (i.e., single-digit
values are automatically preceded by a leading 0).
Instead of "MM", use "0MM".
Similarly, use "0DD", "0hh", and "0mm"
(note that codes for hours and minutes are *lower case* letters)
Thus:
YYYY0MM0DD_0hh:0mm
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
----------
TiddlyTools needs YOUR financial support!
Direct contributions: (paypal)
http://www.TiddlyTools.com/#Donate
TiddlyWiki consulting:
http://www.TiddlyTools.com/#ELSDesignStudios
http://www.TiddlyTools.com/#Contact
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.