SOLVED
Use Date Time Parse formula to parse date Mon-yy (JAN-20)
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
Data_Alter
8 - Asteroid
‎01-08-2021
06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What changes I need to make in the formula below to make JAN-19 into 2019-01-01.
Using %b-%y is only giving me 2019-0
Please note I can't use Date Time Parse node. I need to use the Formula Node
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
1 REPLY 1
12 - Quasar
‎01-08-2021
06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Data_Alter !
The formula is fine, the problem is the size of the field, in your example, alteryx put the size as 6, when you transform to date need 10 as size. Only add a select tool before the formula to change data size to 10.
Hope that helps
