I added a Date/time picker to the form builder and configured the picker to hide the time and restrict the past dates. When the form is populated in the workflow, the field displays the date and time of either 6:00 AM or 12:00 AM. See attached image. I tried using the lookup fx FormatDate, fx date, and fx convertToDate functions to configure the output date format to show only the date in MMM-DD-YYYY, but there does not appear to be an option to achieve this. Is there an option to configure the date output as MMM-DD-YYY, e.g., March 4, 2024?
Just edit the Format of the date control, select Custom and Enter MMMM dd, YYYY
How do I access these controls? Do I need to be assigned a specific role?
This was posted under “Nintex Automation” which is the new name for K2 Five (On Prem).
Is that the product you want help with?
I am using Nintex Automation Cloud.
Hi
If you don’t want to share it here, just PM me.
I have only been using the Nintex automation cloud for two weeks and have been using the help menu and community support page. I appreciate your assistance.
When you request the export key, are you referring to the Form URL and snippet?
Hi
If you wanted to format the date in a specific way, you can just drag a single-text control onto the Form, set it to Read Only and make the default value this Formula:
formatDate(eWorkflow].]Start event variables].]Form variables].]Date of Birth],"MMMM DD, YYYY")
Regards
d
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.