SOLVED
Date Formatting (dd-Mon-YYYY)
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
Empower49
8 - Asteroid
‎04-30-2019
09:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to convert 12-FEB-2019 to 2019-02-12. I used the parse tool and a formula tool with no luck. I'm sure this is an easy fix, does anyone have a solution? Thank you!
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
6 REPLIES 6
16 - Nebula
‎04-30-2019
09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Empower49
If you want to use a Formula tool, create a new field, choose Date as the data type, and use this expression:
datetimeparse([Field1],"%d-%b-%Y")
‎04-30-2019
10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You are my hero. I knew this had to be simple. Thanks so much for being willing to help out a beginner!
16 - Nebula
‎04-30-2019
10:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
20 - Arcturus
‎04-30-2019
11:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
A good read for you: https://community.alteryx.com/t5/Engine-Works-Blog/MarqueeCrew-s-Guide-to-Avoiding-Date-Frustration/...
Cheers,
Mark
Alteryx ACE & Top Community Contributor
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
‎05-02-2019
01:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you very much for sharing! That will be a fabulous resource.
aries00719
6 - Meteoroid
‎07-16-2023
01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
