Converting 2020-05-20T12:38:08.063 to a date format
Hi Everyone,
I am using data uploader and importing an excel file that uses this date/time format 2020-05-20T12:38:08.063.
Looking for suggestions on how to extract the date efficiently. At the point of export into excel there is no option to remove the time stamp so I'm kinda stuck there.
Thanks in advance !
Answers
-
To extract it once it is in Smartsheet, you would use something along the lines of...
=DATE(VALUE(LEFT([Timestamp Column]@row, 4)), VALUE(MID([Timestamp Column]@row, 6, 2)), VALUE(MID([Timestamp Column]@row, 9, 2)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 486 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 498 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!