String conversion to date with dynamic date format.
Summary
String conversion to date with dynamic date format.Content
Hi !
I come back to you with new questions.
- My use case :
I have got a file with multiple columns. One of the columns is a SystemID. Another is a CreationDate.
For each SystemID, I have a different CreationDate format (some use 2016-12-31 00:00:00, some other use 20161231). The link between SystemID & CreationDate format will be stored in a "LookUp".
I need to parse a String (containing the date in the format corresponding to the System) into an OpenDateTimeType and a DateTimeType.
- My questions :
- What is the difference between OpenDateTimeType and DateTimeType ? (Google doesn't even know OpenDateTimeType)
3