Page 1 of 1

Date matching

PostPosted: Mon Aug 15, 2016 8:33 am
by MickeyB
Hi,

Can someone help me with a date matching query? I need to match dates of the following format but it isn't clear how I can do this successfully.

1st Jan 2016 or 10th Jun 2015.

i.e. with a 'st, 'nd, 'rd or 'th after the day number and with either 1 or 2 digits making up the day number.

Thanks

Re: Date matching

PostPosted: Mon Aug 15, 2016 11:15 am
by Mr_Noodle
For the day, just use the regular day token and make sure not to specify the "underlined" version of it (which will force it to use 2 digit days). As for the extra characters, you can try using the "anything" token to match that.