Page 1 of 1

How to match a three letter month?

PostPosted: Tue Oct 04, 2022 4:56 am
by halloleo
When I want to match a month like

Code: Select all
Mar

I match this at the moment with "[three-letters]", but safer would be to match it against "one of the twelve words Jan, Feb, Mar...".

Is this possible?

Re: How to match a three letter month?

PostPosted: Tue Oct 04, 2022 9:20 am
by Mr_Noodle
Try using a custom date attribute instead. There you can specify a month and that it is in its abbreviated form.