Thanks Eric, I did refer back to that but forgot about the lack of puncutuation and 7 zeros it is.
Thanks for the explanation. Regards Jon On Tuesday, 9 June 2020 19:01:09 UTC+1, Eric Shulman wrote: > > On Tuesday, June 9, 2020 at 9:55:36 AM UTC-7, Jon wrote: >> >> Can I just check - is it 6 or 7 zeros after the 12 as you've included >> both? >> > > As I noted previously, the full format for a tiddler date field (i.e., > "created" and "modified") is: > > YYYY0MM0DD0hh0mm0ss0XXX > > where > YYYY is a 4-digit year > MM is a 2-digit month > DD is a 2-digit date > hh is a 2-digit hours > mm is a 2-digit minutes > ss is a 2-digit seconds > and > XXX is a 3-digit milliseconds > > except for YYYY, all the format code are preceded by a leading 0, > indicating that the format is zero-padded (i.e., June is "06", not just "6") > > Thus, noon today is: > 20200609120000000 > > as you can see, there are 7 zeros following the "12"... 2 for minutes, 2 > for seconds and 3 for milliseconds > also note that there is no other punctuation (no spaces, colons, slashes, > or dashes) > > -e > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e245c99d-b753-4881-97e1-6ff27a256baao%40googlegroups.com.

