Hi @leftium , thanks a lot for the feedback. It’s really helpful to get this kind of detail on how it can be improved.
Regarding the date format stress, it currently uses localized formatting to match system/browser settings. And you're right, this can be confusing if the format isn't explicitly shown. Many users might not be sure what their system default is.
To fix this without forcing a specific format that might feel "wrong" to some users, the plan is to update the fields so they aren't pre-set. This way, the empty date field can display a placeholder like dd/mm/yyyy (or your local equivalent), making the date format clear.
Additionally, adding a "Today" link directly below the input fields is a great call.
Here is a quick look at the proposed change:

What do you think?