Hi Team,
Can some one help me to convert the Below Date(MMDDYYYY HHMM) field to (YYYY-MM-DD) format.
I have tried using the DateTimeParse([AnticipatedWinDate], "%Y-%m-%d") formula, But some how i am getting the error saying.
"ConvError: Formula (14): DATETIMEPARSE: Cannot convert "Oct 30 201" to a date/time with format "%YY-%m-%d": Expected a number for year: 'Oct 30 201'":
The format is as below.
Hey @RanjanKT
DateTimeParse wants you to specify the format that the data is currently in, not what you want it output like
Hi @RanjanKT if you use the datetime tool and following format it should work.
Thanks for the response.
encountering the below error.
ConvError: Formula (14): DATETIMEPARSE: Cannot convert "Oct 30 201" to a date/time with format "%b %d %Y": Year number is out of range 1400..9999: '201'
and the dated are appearing "Oct 30 201"
Thanks for the response.
For some reason i am getting the below error.
ConvError: DateTime (25): DateTime_Out: Cannot convert "Oct 30 201" to a date/time with format "%m/%d/%Y %H:%M:%S": Expected a number for Month: 'Oct 30 201' Record #5
i have tried both the possibilities. But the Out put is reflecting null. and the existing field format is changing.
I can't explain why the left 11 positions of that date are only reading 10 bytes. If there are junk characters in the data would be my only guess.
Cheers,
Mark
Hi, i'm facing similar problem - can't convert m/d/yyyy format.
Any ideas as to what the problem is will be very appreciated!
Thanks!