Gordon, Why parse when you have the tools for dates already available, Am I missing something or are you?. Save the date in a field (you have already done that) then extract the part of the date you want using;eg;
<$view field="created" format="date" template="DDD DDth MMM YYYY"/> DD: <$view field="created" format="date" template="0DD"/> MM: <$view field="created" format="date" template="0MM"/> YY: <$view field="created" format="date" template="YY"/> Regards Tony On Wednesday, November 1, 2017 at 1:14:04 AM UTC+11, Gordan Nia wrote: > > How is it possible to split (parse) the YYMMDD date value (eg. from field) > into three different values (or fields) that will contain YY, MM, DD in > particular? > > Thanks! > > Gordan > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2119f690-358b-41e6-a60d-9ccb222a0a80%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

