Vermont-EPSCoR / Macroinvertebrates

Macroinvertebrates Mobile App - Qt Version
MIT License
2 stars 0 forks source link

Make Date Last Synced a more readable format #31

Closed pclemins closed 8 years ago

pclemins commented 8 years ago

Right now, it's in a raw, very computer-readable format. It should be something like:

7/6/2016 at 13:34

MorganRodgers commented 8 years ago

I've changed from the default to Qt::SystemLocaleShortDate which in my locale gives the format of "7/7/16 10:12 AM". That enum claims to respect the system's settings, so it should be user customizable.