Hi Mark,
 By third I mean what is stotred in modified field so if it is 
yyyymm03??..   I interpret it as 3rd of month!

--Mohammad

On Wednesday, August 28, 2019 at 7:02:24 PM UTC+4:30, Mark S. wrote:
>
> The 3rd of the month AT Greenwich, or somewhere else?
>
> You would need to make a different match for every target locale. One 
> location's 3rd is another location's 2nd and another location's 4th.
>
> I don't think regex is a good match for this kind of date comparison. What 
> we need are more tools that will allow us to access and compare
> date stamps. More ways to convert local dates into UTC, add/subtract days, 
> and then convert them back. Filters that understand days of
> the week, month, year. That sort of thing.
>
> Thanks!
>
> On Tuesday, August 27, 2019 at 10:48:13 PM UTC-7, Mohammad wrote:
>>
>> Some solution to first group
>>
>> modified in 2019: ^2019
>> modified in January 2019: ^201901
>> modified in August (any year) : ^\d{4}09
>> modified on 3rd of each month: ^\d{6}03
>> modified on 1st of December (any year): ^\d{4}1201
>> modified between 1st and 9th of December (any year): ^\d{4}120
>>
>>
>> The question
>>
>> created/modified on Wednesdays
>>
>> seems tricky and needs some scripting
>>
>> Cheers
>> Mohammad
>>
>>

-- 
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/c4e4c6b3-9de4-4c86-a919-fba2d4d4275f%40googlegroups.com.

Reply via email to