Hello there!
Can someone help me to convert this date/time string to normal date:
String : 20230626121231
I want a function to convert the above string to look like this : 2023/06/26 12:12:31
Kindly try it in Ms Access before posting , I tried this function below it failed:
Format(20230626121231, "mm/dd/yyyy hh:hh:ss am/pm")
Can someone help me to convert this date/time string to normal date:
String : 20230626121231
I want a function to convert the above string to look like this : 2023/06/26 12:12:31
Kindly try it in Ms Access before posting , I tried this function below it failed:
Format(20230626121231, "mm/dd/yyyy hh:hh:ss am/pm")