Change popup calendar default date

I want to have the start and end time update every day to make the process easier for the users.
Can a popup calendar default to show yesterday’s date 7:00 am?

Just set its start date to an expression and use

dateFormat(dateArithmetic(now(0),-1,'days'), "yyyy-MM-dd 07:00:00")
3 Likes