D
dougnickerson
There is a DataFormatSymbols class available to get sevaral characters
used to form dates.
The separator used for hours minuts and seconds used for most locales
appears to be ':' In Italy it is '.'
- Ideally it would be neat if there were a method
TimeFormatSymbols::getTimeSeparatorChar() ?
Doug Nickerson
used to form dates.
The separator used for hours minuts and seconds used for most locales
appears to be ':' In Italy it is '.'
- Ideally it would be neat if there were a method
TimeFormatSymbols::getTimeSeparatorChar() ?
Doug Nickerson