Using ISO 8601 date format YYYY-MM-DD

Hello,

I am new to Kanboard. Looks like a great project!

As mentioned here:
https://docs.kanboard.org/en/latest/user_guide/settings.html#date-format
Kanboard offers 4 different formats but The ISO 8601 format is always accepted (YYYY-MM-DD or YYYY_MM_DD).

YYYY-MM-DD is actually the one we would like to use everywhere! If it’s supported, why can not we select it in “Application Settings”?

I have added ‘Y-m-d’ to $userFormats in app/Core/DateParser.php – is it safe? :slight_smile:

If ISO 8601 is really supported I suggest letting us to choose Y-m-d, Y_m_d in “Application Settings”?

Thanks

Hello,

Looks like it was implemented:

Thank you :slight_smile: