fn-FormatDate(GetDateNow,"YYYY") didn't works

  • 27 February 2019
  • 1 reply
  • 2 views

Badge +7

I want to get current year date through expression

fn-FormatDate(GetDateNow,"YYYY")

but didn't work.

I use the object "Set variable" and the variable is a string.

 


1 reply

Userlevel 5
Badge +14

enclose GetDateNow variable with start/end string tokens

 

fn-FormatDate({TextStart}GetDateNow{TextEnd},"YYYY")

Reply