List of utility methods to do Day of Month
Calendar c = getCalendar(); c.setTime(d); c.set(Calendar.DAY_OF_MONTH, date); return (c.getTime());
return toDate(year, month, dayOfMonth, 0, 0, 0);