I am trying to convert a non-std timestamp (date and time separated) into a standard timestamp in order to sort the 2D array by date & time.
The time portion comes through fine, but the date is somewhat wacky - for example 2024/02/15 (February) turns into 12/15/2024 (December). I've tried with and without leading zeroes.
Q1: Why can't I convert date string to proper Timestamp date?
Q2: How do I "reconstitute" separate date and time into one accurate Timestamp?
Please see attachment for details. LV22
Would appreciate any guidance. Thanks in advance 🙂