Skip to main content
Nintex Community Menu Bar

Nintex workflow is version 3.2.5.0 

fn_FormateDate(Current Date),"DD") returns "DD" in set variable action. Also tried in build string action with same results.

 

 

It is "dd" not "DD".


I wanted to return two digit Day of Month according to Nintex at formatDate (nintex.com)


























Day of month



D



1 2 ... 30 31



 



Do



1st 2nd ... 30th 31st



 



DD



01 02 ... 30 31



 



 



 



Thats ... weird.


 


"dd" works fine for me. Did u try it?


 


Have a look at this post:


 


https://community.nintex.com/t5/Community-blogs/Date-and-Time-Format-Strings-Quick-Reference-Guide/ba-p/81050


 


Reply