Tony, I tried it and also came upon that it just SEEMS to work. Consider this slight change to your code, and you will find out why:
<$list filter="[range[20210215,20210315,1]]"> <$view field=title format="number" /> <$view field=title format="date" template="YYYY-0MM-0DD"/><br> </$list> So, the starting and end points in the range are interpreted as numbers and count up correctly (number-wise). So after 20210228, there'll be 20210229 which the date formatter seems to interpret as 20210301. This goes on until 20210299 and 20210300 which, again, is interpreted as 20120228. Then the count-up continues until 20210315. So, nice catch, but unfortunately doesn't work. Best, Werner Am Freitag, 31. Juli 2020 12:35:48 UTC+2 schrieb TW Tones: > > The formatted date example given is not working. I am not sure why yet. > > Regards > Tony > -- 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/a6d6b944-06d6-49b7-89d1-a214ea0c1eaao%40googlegroups.com.

