October 2013
Beginner to intermediate
270 pages
5h 41m
English
Java provides a wide range of date options that can be used to define date formats, but sometimes the options to choose for a particular date time string aren't immediately obvious.
Some date formats that may prove useful are as follows:
T character that designates the start of the time, for example, 2007-04-05T12:30:22-02:00.The pattern for this date and time format is yyyy-MM-dd'T'HH:mm:ssXXX.
tFileProperties component returns a field named mtime_string that is a string representation of a date and time format, for example, Wed Mar 13 23:53:07 GMT 2013.The pattern for this date and time format is ...
Read now
Unlock full access