I have a string yymmdd and the datetimeparse formula is not parsing the leading two digit year. Please see details below;
Input:
Formula: DateTimeParse([Field1],"%y%m%d")
Conv Error: DATETIMEPARSE: Cannot convert "180118" to a date/time with format "%y%m%d": Month number is out of range 1..12: '18'
Any thoughts what is going wrong here?