Extracting the Month from a date on a Nintex form

  • 9 April 2019
  • 1 reply
  • 45 views

Badge

I am trying to extract a month and year (separately) from a date control on a Nintex form.  It's easy to do on the list and in the workflow but i need the data on the form itself at runtime.  Any ideas how to accomplish?


1 reply

Userlevel 5
Badge +14

month

formatDate(DateControl,"MM")

year

formatDate(DateControl,"yyyy")

Reply