I use java calendar. When I change date using calendar.set(...) I see in debugger
areFieldSet=false.
How can I make it to true? Because when I ask date - I receive not correct value. Thanks.
|
|
Normally you don't need to care about that. But anyway, calling any method that needs fields to be set, for example |
|||
|
|
|
Calling an appropriate As an aside, you might want to look at the Joda Time library as a far superior date/time API for Java. |
|||
|
|
|
The JavaDoc on that field:
Since this is an internal field, you shouldn't worry about that. |
|||
|
|