Hi ,
I am trying to convert "17-May-2021 01:03:47 PM" to date/ time format, but stuck with converting PM to 24 hours format. Ideally, I am looking for format like "2021-05-17 13:03:47".
Is there anyway can achieve this?
Big thanks in advance.
Sherry
Solved! Go to Solution.
@HW1
I use the DateTimeParse function.
thanks a lot. It works!