SOLVED
Changing the 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
dunkindonut7777
8 - Asteroid
‎08-15-2023
01:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I have a data here that has field with the following format of values. I want to change the format from yyyy-mm-dd to mm-yyyy. See sample below
Code | Expected output |
10-1100 | 10-1100 |
10-1213 | 10-1213 |
2106-10-01 | 10-2106 |
2103-10-01 | 10-2103 |
Solved! Go to Solution.
Labels:
- Labels:
- Adobe
3 REPLIES 3
‎08-15-2023
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
please note that this should be string value not date
binuacs
21 - Polaris
‎08-15-2023
01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@dunkindonut7777 One way of doing this
‎08-15-2023
07:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
this works. thank you
