Converting Date to MMDDYYYY format
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
insomned
8 - Asteroid
‎09-01-2023
05:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I have a column with dates written as YYYY-MM-DD and I want to convert it to MM-DD-YYYY.
How can I get to this format?
Thanks a million!
Labels:
- Labels:
- Developer
1 REPLY 1
18 - Pollux
‎09-01-2023
05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Formula: DateTimeFormat([Date field],"%m-%d-%Y") stored as a string
