Avatar

Correct answer by
Level 2

Hi Romulo,

The first method that comes to mind is by adding this tag to populate the date

<%= formatDate(new Date(), "%4Y%2M%2D") %> will output 20190423

View solution in original post