SOLVED
Stuck with a DateTime tool exercise
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Printer Friendly Page
IS2003
6 - Meteoroid
11-02-2020
03:56 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hello:
I would appreciate some guidance with getting from the date format listed on the left to the format listed on the right below.
Thanks much.
Solved! Go to Solution.
Labels:
- Labels:
- Curriculum
4 REPLIES 4
atcodedog05
22 - Nova
11-02-2020
04:52 AM
- Mark as New
- Subscribe to RSS Feed
- Permalink
Hi @IS2003
Additional to @joshuaburkhow method you use the below formula also to parse this date format.
DateTimeParse([Field1],"%Y:%m:%d---%H|%M|%S")
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍