- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
// Год и месяц редактируются как Double, а хранятся в базе как два инта
if (aValue == null) {
current.setStartMonth(0);
current.setStartMonth(0);
} else {
current.setStartMonth(Integer.parseInt(aValue.toString().split(".")[0]));
current.setStartMonth(Integer.parseInt(aValue.toString().split(".")[1]));
}
guest 09.02.2010 21:10 # +1
guest 17.09.2011 12:19 # 0