Skip to main content
Nintex Community Menu Bar

Extracting the Month from a date on a Nintex form

  • April 9, 2019
  • 1 reply
  • 80 views

Forum|alt.badge.img

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

Forum|alt.badge.img+14
  • Scholar
  • April 10, 2019

month

formatDate(DateControl,"MM")

year

formatDate(DateControl,"yyyy")