Insert Date... (inserts time as well)

Reporting a small inconsistency with “Insert Date”

When you use the syntax “+ number of days” (eg. + 7 days), the Insert Date dialog will also return the time - this doesn’t seem to be the case with the other expressions (tomorrow, next week, next Wednesday etc…).

Cheers,
Riccardo

This is expected, because all of the + options are based on “now”. For example + 1 hour will be an hour from “now”. To get an exact day value without time you could do today + 7d.

2 Likes