|
|
back to boardSome help to ... I solved this problem using: Calendar calendar = new GregorianCalendar(year,month-1,1) It helped me to get position of the first day of month and day's count at month. Pay attention to: 1)Day's count in month. 2)Use trim() to remove ending spaces. |
|
|