How to change the date format from a standard UK date format to another format in Nintex Forms

  • 15 February 2022
  • 1 reply
  • 218 views

Userlevel 3
Badge +8

Topic

The default date format for Nintex Forms 2013 is the UK DD/MM/YYYY and for customers located anywhere else like US for example they have a different date format which is MM/DD/YYYY. The demand is the need to change the date format in SharePoint to reflect the local calendar of the user.

 

Instructions

The function formatDate can be used as follows:
formatDate(date, format) or formateDate({namedControl}, "D")

Note:
  • In the format string, using single or double quotes is required. Using no quotes results in an error.

 

Related Links

 


1 reply

Can you please help to understand where should I put this function format?


 


The function formatDate can be used as follows:
formatDate(date, format) or formateDate({namedControl}, "D")

Reply