Enum of days in Java with Calendar -
i know if there existing enum containing week days in java. i'm using calendar treat time logic didn't see (i create myself 'd rather use existing). saw threeten project it's still in alpha. since enum containing days of week trivial it's shown sun in enum documentation, thinking may exist. ideas ?
you want new dateformatsymbols().getweekdays()
.
Comments
Post a Comment