Hello,
Does anyone have or know a dictionary that will allow me to pull out the first two digits of a date?
For example, if I have the date 04/09/2018, is there a dictionary to pull out just the '04' part of the date?
Thanks
Hi Steve
I have a dictionary that uses RegEx to take the day from a date string: screenshot below - hope this helps.
Andrea
Hi Andrea,
That's worked perfectly for me. Thanks for you help! :-)
Steve Braganza
Hello,
Does anyone have or know a dictionary that will allow me to pull out the first two digits of a date?
For example, if I have the date 04/09/2018, is there a dictionary to pull out just the '04' part of the date?
Thanks