In OpenEdge there is support for creating ISO-formatted date strings using the new ISO-DATE function. However, I can't find any equivalent function for importing date strings from ISO format to a DATE variable.
The DATE(string) function insists that the string is in "[...] the format specified by the Date Format (-d) startup parameter (the default is mdy)."
I want to export/import dates using the ISO date format (using XML-files).
Any suggestions?
The DATE(string) function insists that the string is in "[...] the format specified by the Date Format (-d) startup parameter (the default is mdy)."
I want to export/import dates using the ISO date format (using XML-files).
Any suggestions?