You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a Date Picker and date element that bot show the date. Picker allows the use of $today to enter todays date. I need to use a datetime stamp to ensure unique Intake request form entries, that may be added to Jira for additional discovery.
$today = MM/DD/YYYY
Looking for something like the following...
$datetime = MMDDYYY HH:MM:SS
@David Spaulding If you are using coniforms you can use
[entry.name.upperCase.trunc(2)]-[entry.created.FORMATDATEAS(now(),"yyyyMMddHHmm")]
I believe you can also use [now]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.