Skip to main content
Nintex Community Menu Bar
Solved

is it possible to format a date merge field as DD Month YYYY? The closest I can see is DD-MMM-YYYY

  • April 20, 2017
  • 2 replies
  • 70 views

I have a template where I am looking to include a merge field from Salesforce but need it displayed as 04 April 2017

Best answer by hchan

Hi Stuart,

It does not appear that we have that date format as an option by default, but through the combination of a few tags we can definitely achieve this! Using our Today tag as an example, you can create <<Today__ak>> <<Today__o>>. 

<<Today__ak>>: 20

<<Today__o>>: April 2017

2 replies

Forum|alt.badge.img+2
  • Nintex Employee
  • Answer
  • April 20, 2017

Hi Stuart,

It does not appear that we have that date format as an option by default, but through the combination of a few tags we can definitely achieve this! Using our Today tag as an example, you can create <<Today__ak>> <<Today__o>>. 

<<Today__ak>>: 20

<<Today__o>>: April 2017


  • Author
  • April 20, 2017

Thanks, solves the problem