You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen in different view/component, you're using YYYY/MM/DD format, but the french date format is DD/MM/YYYY, how can we fix that ?
I've change the en-CA to fr-FR and it's ok, but we can probably dealing something dynamicaly with localization ?
We can add a default localization value in DB for each user registered and an option in the profile or an update directly from the page when the user change is language ?
If you'd like to make it more dynamic, PRs are always welcome! I'm pretty sure I just put that there in order to get a proper insert into the database. Pretty sure it stores it as a default date, but I used en-CA to ensure it could be inserted and incorrect formatting would be caught
Hi,
I've seen in different view/component, you're using YYYY/MM/DD format, but the french date format is DD/MM/YYYY, how can we fix that ?
I've change the en-CA to fr-FR and it's ok, but we can probably dealing something dynamicaly with localization ?
We can add a default localization value in DB for each user registered and an option in the profile or an update directly from the page when the user change is language ?
What are you thinking ?
G5V/src/views/Season.vue
Line 12 in 11684ff
The text was updated successfully, but these errors were encountered: