Is there a similair function as DateTimeNow() which takes only the current date and not the time part? I know I can make use of Timestamper but I'm curious if there are other even more simple ways of naming by date in the writer using Date functions.
Page 1 / 1
You can do the following to get just the date
@DateTimeFormat(@DateTimeNow(),%Y%m%d)
You can do the following to get just the date
@DateTimeFormat(@DateTimeNow(),%Y%m%d)
Thats what I'm looking for, thanks.