SOLVED
Date Time Today 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
KmbrlyPC
8 - Asteroid
‎02-11-2021
02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am wanting to add today's date in front of the subject heading, but I want it to be in the format of MM/DD/YY, so 2/11/21 for example. Is there a way to modify the formula to do this?
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
4 REPLIES 4
DannyS
Alteryx Alumni (Retired)
‎02-11-2021
03:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @KmbrlyPC ,
Yes there is! Try using the following syntax within your formula tool expression editor:
DateTimeFormat(DateTimeToday(),"%m/%d/%y") + ' Cleaning Assigned'
See attached for an example workflow as well. Hope this helps!
Best,
Danny
bpatel
Alteryx Alumni (Retired)
‎02-11-2021
03:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
‎02-11-2021
03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎02-12-2021
08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It works, thank you!
