what is the simplest way to convert a text field which is the three letter month '-'two letter year (Dec-02, May-18, etc) to a usable date field of the same format. The day of the month isn’t important, could be set to 01.
Solved
Convert Mmm-YY single line text field to its date field equivalent
Best answer by Jeremy_Oglesby
You can use the DATETIME_PARSE() function for this:

and pass it the proper format specifier
Your case would look like this:
DATETIME_PARSE({Your Text Date Field}, 'MMM-YY')
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


