SOLVED
Date Conversions
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
AndersonRyan
5 - Atom
‎11-23-2023
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
I have data set that shows the date in serial number format, example - 202306100002549000.
I need to convert this to date format. I have tried to add "."SERIAL_NUMBER" like '%20231120%' but no luck.
Any suggestions?
Thanks.
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
5 REPLIES 5
CoG
14 - Magnetar
‎11-23-2023
09:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can just use the DateTime Parse Tool (make sure your field is of string type) using:
yyyyMMddhhmmss
or if you just want the date:
yyyyMMdd
TimN
13 - Pulsar
‎11-23-2023
09:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What is the value you're looking for? 202306100002549000 = 2023-06-10?
TimN
13 - Pulsar
‎11-23-2023
09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎11-23-2023
09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes that works, thank you
‎11-23-2023
09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes that works, thank you
