SOLVED
DATETIME PARSE to YYYY-MM-DD
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
kathbanc
8 - Asteroid
‎11-21-2023
12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Alteryx Community!
Input : 8/8/2022 10:17:00 AM
Output should be : YYYY-MM-DD
Thank you in advance
Solved! Go to Solution.
Labels:
- Labels:
- Developer Tools
- Tips and Tricks
3 REPLIES 3
Personne
5 - Atom
‎11-21-2023
12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
If you are in "IN-BD" mode with Oracle :
to_char("YOUR_COLUMN_DATE", 'yyyy-mm-dd')
21 - Polaris
‎11-21-2023
12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We can use the DateTImeParse function in the Formula tool
https://help.alteryx.com/current/en/designer/functions/datetime-functions.html##
‎11-21-2023
12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much @Qiu
