SOLVED
Convert string to datetime
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Carrie_
5 - Atom
‎09-20-2019
11:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have tried and failed many ways attempting to convert my timestamp. I am inputting a csv file, so I need to convert from a string to a datetime field. The format is "07JUN2019:12:56:13.000"
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
1 REPLY 1
17 - Castor
‎09-20-2019
11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Carrie_ try this syntax DateTimeParse([Test],"%d%b%Y:%H:%M:%S") in a formula tool and select a datetime field and replacing the [Test] field.
