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.
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
What is the value you're looking for? 202306100002549000 = 2023-06-10?
Yes that works, thank you
Yes that works, thank you
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |