Actions
Bug #1566
openrecongizing time formats
Start date:
05/14/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1566
Description
morpho didnt recoginze a time column with format hh:mm:ss, although it let me
choose this category for the column. The first value in the column was rather
ugly - it had only 1 "h", rather than 2 -- ie, h:mm:ss, before noon. The input
table was a ms-excel csv file, ugly yes, but a common input. I dont blame you if
you consider this a feature...
Updated by Perumal Sambasivam over 20 years ago
For some reason, java doesnt seem to recognize even hh:mm:ss as a Date format.
It is able to recognize a full date like "mm/dd/yy hh:mm:ss" but not the time alone.
Actions