Recall Board - date issues

Situation
I may have discovered a bug. When using the recall board, if we want to add a recall for a patient and click the +1 year or +2 year button, it does not fill in the date. It says “invalid date.” Upon further research, if the recall is saved, it is saved as 00/00/0000. If we manually enter a date by using the calendar, there is no problem. But using the +1 year button would be much more convenient… if it worked. This may also be pertinent - I live in a country with a DD-MM-YYYY format of date. The config is set to display as such. So let’s say I created a new recall for a patient who came in today. It would say Last Visit: 30/03/2026. And then I click +1 year and it doesn’t work. BUT if I manually change the Last Visit to read 03/30/2026, and then click +1 year, it does work. So the issue is that if you use DD-MM-YYYY, automatically put into the last visit box, then the +1 year feature does not work properly.

OpenEMR Version
8.0.3

Browser:
Any

Operating System
I’m on a Windows PC accessing the EMR website. Server is Ubuntu Linux.

That does sound like a bug with the calendar day. This is commonly an issue with forms around the program not properly handling different input date formats and converting them to the database format. Thanks for reporting the issue.