That was just a paste-o.

On Thursday, August 1, 2019 at 11:38:40 PM UTC-7, Mohammad wrote:
>
> The last line also is not required
>
> <$text field="yd" format="date" template="mmm 0DD, YYYY" />
>
>
>
> On Friday, August 2, 2019 at 4:25:26 AM UTC+4:30, Mark S. wrote:
>>
>> Here's an implementation of your suggestion (using pre 20)
>>
>> <$set name="year" filter="[{!!yd}split[-]nth[1]]">
>> <$set name="mpos" filter="[{!!yd}split[-]nth[2]]">
>> <$set name="day" filter="[{!!yd}split[-]nth[3]]">
>> <$set name="month" filter="Jan Feb Mar Apr May June July Aug Sep Oct Nov 
>> Dec +[nth<mpos>]">
>> <<month>> <<day>>, <<year>>
>> </$set>
>> </$set>
>> </$set>
>> </$set>
>> <$text field="yd" format="date" template="mmm 0DD, YYYY" />
>>
>>
>>

-- 
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/f5953f62-f83b-4d9f-af83-1a69c800599b%40googlegroups.com.

Reply via email to