


Hi,
I need to extract the year only from a date variable.How can I use the num2date(date()) to do this?
eg. num2date(date(), "YYYY MM DD") retunrs me the whole date, but I need only the current year.
Thanks in advance.
Abel.
Views
Replies
Sign in to like this content
Total Likes
Hi,
use $ = Num2Date(date(), "YYYY")
and the display pattern date{YYYY}
Views
Replies
Sign in to like this content
Total Likes