| Author |
HowTo use DateFormat static field constants ?
|
Graeme Byers
Ranch Hand
Joined: Apr 16, 2004
Posts: 127
|
|
How are the static fields of DateFormat (inherited by SimpleDateFormat)such as DAY_OF_YEAR intended to be used (example please)? Could I use it to build a Julian date ? Thank you.
|
 |
Carey Evans
Ranch Hand
Joined: May 27, 2008
Posts: 225
|
|
|
DAY_OF_YEAR_FIELD, etc., can be used to return the position at which a data field was formatted. DAY_OF_YEAR_FIELD is SimpleDateFormat's %D, which is not very common. For YEAR_FIELD:It doesn't look like this will help with Julian dates.
|
 |
 |
|
|
subject: HowTo use DateFormat static field constants ?
|
|
|