Forum Discussion
Anonymous
6 years agoNot applicable
DataFormat.Error: We couldn't parse the input provided as a Date value.
Hello all, I'm trying to use a report from salesforce as source, but I'm getting this error: DataFormat.Error: We couldn't parse the input provided as a Date value. Details: 2019-11-01T03:0...
Anonymous
6 years agoNot applicable
Hello ChrisMendoza
Remove Z from where? From the base?
Because in my report I have 3 columns with dates, and all are in dd/mm/yyyy format :smileysad:
ChrisMendoza
Resident Rockstar
6 years agoAnonymous -
To be honest, after my edited response I am not terribly sure what the problem is.
Anonymous wrote:
Because in my report I have 3 columns with dates, and all are in dd/mm/yyyy format :smileysad:
The error message shows differently though as yyyy-mm-ddThh:mm:ssZ. Which should fulfill the requirements of DateTime.FromText( ) which I was thinking the issue was.
I was responding in my experience where I had a format of yyyy-mm-dd hh:mm:ss which neccesitated inserting the 'T' .