I need to walk through a time slot to set up a schedule grid. Example: 8:00 AM to 10:00 AM, adding 30 minutes.
Forming a grid like this:
8 o'clock
08:30
09:00
09:30
10:00
I'm trying like this:
GregorianCalendar gc = new GregorianCalenda...
asked by
06.09.2016 / 15:55