current date and Begin of currentdate

0
what is the difference between [%BeginOfCurrentdate%] and [%currentdatetime%]... –
asked
1 answers
3

The actual token is [%BeginOfCurrentDay%], instead of [%BeginOfCurrentDate%]. You can read about tokens in the documentation

Furthermore, be sure to read the DateTime handling FAQ

answered