SOLVED
text to date
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
dkma
8 - Asteroid
‎09-29-2021
10:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
the attached file consists two columns
Date in Textfomat | Actual Date |
44463 | 24-09-2021 |
44468 | 29-09-2021 |
The first column is the text format of Actual Date column. this is converted in excel, But when it comes to alterx,
How to detect and convert first column to Date format.
Does anybody has any work around on this please.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Common Use Cases
4 REPLIES 4
22 - Nova
‎09-29-2021
10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
17 - Castor
‎09-29-2021
10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@atcodedog05 Learned something new with that function! I would have used the below which gets to the same answer but not as clean as todate()
datetimeadd('1900-01-01',[Date in Textfomat]-2,'days')
‎09-29-2021
10:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the help, i changed the text to number then todate(....) it worked.. thanks for the trick
22 - Nova
‎09-29-2021
10:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help : ) @dkma
Cheers and have a nice day!
