rameshnaidupolarapu / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Time format problem #187

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I create a sheet with an hour greater than 23:59 I have to use the format 
[hh]:mm to show hours correctly. However, the displayed data is incorrect, if I 
change the format to hh:mm the time shows up ok, but is subtracted 24:00.
For instance, "32:15" appears only ":02", if I change the format to hh:mm then 
appears 08:15 that is wrong too.

Original issue reported on code.google.com by rafael....@gmail.com on 23 Apr 2014 at 9:02