Solved

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 function

  • 4 May 2023
  • 2 replies
  • 33 views

Badge +4
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.
icon

Best answer by ebygomm 4 May 2023, 13:18

View original

2 replies

Userlevel 1
Badge +10

You can do the following to get just the date

@DateTimeFormat(@DateTimeNow(),%Y%m%d)

 

Badge +4

You can do the following to get just the date

@DateTimeFormat(@DateTimeNow(),%Y%m%d)

 

Thats what I'm looking for, thanks.

Reply