Hi there,
I'm trying to parse a DateTime from the column [Time Period] which is currently a V_String. The column contents are as follows: 2020 Jan. All months have have been abbreviated in the column [Time Period].
I am however getting a Parse error as a number is expected for the month. My current formula is seen below:
DateTimeParse([Time Period],'%Y %m').
Any assistance that anyone could provide would be greatly appreciated.