Replies: 1 comment 1 reply
-
This functionality is already provided by the core code. Both of these are demonstrated in the 4th example in https://tiddlywiki.com/#format%20Operator%20(Examples). You might also take a look at: https://tiddlytools.com/#TiddlyTools%2FTime%2FParseDate is part of my extensive set of TiddlyTools "Time" add-ons (see https://tiddlytools.com/#TiddlyTools%2FTime%2FInfo for full documentation). Note that my TiddlyTools enjoy, |
Beta Was this translation helpful? Give feedback.
-
As part of my work developing a plugin for the ApexCharts library, I found a need to parse date strings in filters. I wanted to turn "12-Aug-2023" into a TiddlyWiki DateValue "20230812000000000". I was a bit surprised to be unable to find something like that already implemented, so I wrote one. Examples in the comments:
Unless I've missed something, I think this would be a good addition to the core code.
Beta Was this translation helpful? Give feedback.
All reactions