flashflashrevolution / rCubed

Official Flash Flash Revolution game engine.
https://www.flashflashrevolution.com
GNU Affero General Public License v3.0
30 stars 17 forks source link

Date Localization #254

Closed Sploder12 closed 3 years ago

Sploder12 commented 3 years ago

Is your feature based on a frustration? The engine currently only uses D/M/Y format which can be confusing with the website using localized dates.

If so, Describe the solution you'd like The engine switches the format to be localized like the site does.

And, Describe alternatives you've considered More clarification of what format is being used.

Images current (constant D/M/Y) image

proposed (localized to M/D/Y) image

Zageron commented 3 years ago

Localizing time seems like a good idea. However we should use yy/mm/DD to conform to international, and sorting, standard.