Default date without the current time

Hi there @Firas_Alashram,

Try the following:

{{ new Date(new Date().setUTCHours(0, 0, 0, 0)).toISOString().replace('Z', '-0000') }}
1 Like