|
Sep
13
|
The Calendar class can be used to do a variety of date arithmetic
Calendar cal = Calendar.getInstance(); cal.setTime(date); cal.add(Calendar.MINUTE, numberOfMinutes); date = cal.getTime();
|
|
The Calendar class can be used to do a variety of date arithmetic Calendar cal = Calendar.getInstance(); cal.setTime(date); cal.add(Calendar.MINUTE, numberOfMinutes); date = cal.getTime(); Leave a Reply |
|
Recent Comments