Add leading zero in listed date to fix sorting issue.
Posted: Thu May 02, 2013 10:10 am
When sorting by date on a player card, the missing leading zero causes the sort to be incorrect;
The issue is the missing leading zero in the "day" part of the listed date.
4/19/2013 is listed before 4/5/2013 because five is larger than the "1" in 19.
Dates should be listed with the leading zero. 4/05/2013. That will fix the sorting issue.
This fix would be very helpful in identifying player trends properly.
...actually the month would need the leading zero also. Or, like many digital camera makers, use a different date format, like 2013-04-05.
Thanks!
John
The issue is the missing leading zero in the "day" part of the listed date.
4/19/2013 is listed before 4/5/2013 because five is larger than the "1" in 19.
Dates should be listed with the leading zero. 4/05/2013. That will fix the sorting issue.
This fix would be very helpful in identifying player trends properly.
...actually the month would need the leading zero also. Or, like many digital camera makers, use a different date format, like 2013-04-05.
Thanks!
John