setDisplayValue is not converting this date format properly 'MM/dd/yy HH:mm:ss'
When attempting to convert a string in this format 'MM/dd/yy HH:mm:ss' to 'yyyy-MM-dd HH:mm:ss' setDisplayValue does not return the proper year. Example:Original: 01/02/25 10:50:40Returns: 0025-01-02 15:50:40
