Date Format Being Changed when Uploading EITs
We are Uploading Person and Assignment Extra Information (EIT) via the API hr_assignment_extra_info_api.create_assignment_extra_info and hr_person_extra_info_api.create_person_extra_info.
Everything is Working fine except when the Data is a Date and the EIT has a Value Set of DATE_LIST_STANDARD:
The Data is being uploaded in the incorrect format. Example, the Actual Data is 01-MAR-2017, but its being uploaded as 20-MAR-0001.
Example is below:
Actual Data from the Interface Table:
Actual Data from the Application after Loading the EIT:
What function should I use to force this Data to Load in DD-MON-YYYY format?