submission date and submission time
-
Hello CFF,
To include the date in the format: mm/dd/yyyy, <%currentdate_mmddyyyy%>
== Is this format accepted: <%currentdate_yyyymmdd%>
To include the submission time in the format: hh:mm, <%submissiontime%>
To include the time in the format: hh:mm, <%currenttime%>
== How I can get this time format: hh:mm:ss
== I need to use ISO 8601 date and time format used in ADF standard.This is the format I need, for example: 2023-01-28T10:23:05
If this is not supported by these predefined tags, how I can capture and return such format through form data-time fields?
ISO 8601 is an international standard for representing date and time in a machine-readable format. It uses the format YYYY-MM-DDTHH:mm:ss, where T is the separator between the date and time components. For example, “2022-03-15T16:30:00” represents 4:30 PM on March 15, 2022. The standard also includes options for representing time zones, durations, and intervals.
- The topic ‘submission date and submission time’ is closed to new replies.