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.