thelastpsycho
New Member
- Joined
- Sep 13, 2021
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have this data collection that containing a date (string) which i believe in wrong format. the format as follows:
"02-03-2020 03:07 +07:00" -> "dd-mm-yyy h:i GMT"
I would like to convert that into format that readable as date & time format, something like "03/02/2020 03:07:00 AM" and my GMT is +8. so the time will be "04:07:00 AM"
How can I achieve that? is there any setting in excel or I have to use formula?
Thank you very much.
"02-03-2020 03:07 +07:00" -> "dd-mm-yyy h:i GMT"
I would like to convert that into format that readable as date & time format, something like "03/02/2020 03:07:00 AM" and my GMT is +8. so the time will be "04:07:00 AM"
How can I achieve that? is there any setting in excel or I have to use formula?
Thank you very much.
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Created At | Date Format | ||
2 | 02-03-2020 03:07 +07:00 | ?? | ||
3 | 02-03-2020 03:10 +07:00 | ?? | ||
4 | 02-03-2020 03:18 +07:00 | ?? | ||
5 | 02-03-2020 03:22 +07:00 | ?? | ||
6 | 08-08-2020 23:59 +07:00 | ?? | ||
7 | 21-09-2020 08:56 +07:00 | ?? | ||
8 | 23-09-2020 13:27 +07:00 | ?? | ||
9 | 02-01-2021 23:22 +07:00 | ?? | ||
10 | 22-02-2021 12:40 +07:00 | ?? | ||
11 | 01-03-2021 19:09 +07:00 | ?? | ||
12 | 09-04-2021 00:21 +07:00 | ?? | ||
13 | 13-05-2021 22:59 +07:00 | ?? | ||
14 | 18-05-2021 04:23 +07:00 | ?? | ||
15 | 02-08-2021 20:47 +07:00 | ?? | ||
16 | 14-08-2021 07:00 +07:00 | ?? | ||
17 | 19-08-2021 19:20 +07:00 | ?? | ||
18 | 19-08-2021 19:33 +07:00 | ?? | ||
19 | 19-08-2021 19:52 +07:00 | ?? | ||
20 | 08-09-2021 12:40 +07:00 | ?? | ||
21 | 08-09-2021 13:05 +07:00 | ?? | ||
22 | 08-09-2021 20:49 +07:00 | ?? | ||
23 | 09-09-2021 22:39 +07:00 | ?? | ||
24 | 10-09-2021 07:00 +07:00 | ?? | ||
25 | 10-09-2021 12:35 +07:00 | ?? | ||
26 | 10-09-2021 23:00 +07:00 | ?? | ||
27 | 13-09-2021 10:55 +07:00 | ?? | ||
28 | 14-09-2021 07:00 +07:00 | ?? | ||
Sheet1 |