Skip to main content
Nintex Community Menu Bar

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

  • February 15, 2022
  • 1 reply
  • 262 views

Forum|alt.badge.img+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

  • May 24, 2021

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")