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/579ef659-fce5-40c0-9401-df7089d851deo%40googlegroups.com.

Reply via email to