Skip to main content
Nintex Community Menu Bar

fn-is not defined

  • August 12, 2019
  • 1 reply
  • 7 views

Forum|alt.badge.img+2

I have created a form (monthly check) and would like the current date to display as 'MMM'. How do I do this? I have tried multiple options. 

My date control is set to 'date only' and is set to default to 'Current Date'. 

With my last attempt I made the date control hidden but enabled, then created a calculated data control using fn-formatdate(DateControlName, "MMM"). 

 

Its such a simple thing but I cannot get it to work.

Thanks :-)

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 12, 2019

Hi,

If all you want to do is show the current month can you just use a calculated value control with the formula:

formatDate(Current Date,"MMM")

No need for a date control at all.