Attendance Details Date
Closed this issue · 4 comments
aneesh-neelam commented
The Attendance Details are in a plain String format, directly parsed from the HTML. Can be converted to native Time format maybe?
aneesh-neelam commented
OK, the HTML from VIT's website shows: "13-Jan-2015".
The backend will parse that and now show "Tue Jan 13 2015".
That fine?
aneesh-neelam commented
Implemented in 468ae45.
karthikb351 commented
The ISO 8601 format.
It's YYYY-MM-DD
aneesh-neelam commented
Gee, thanks @karthikb351.