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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!