java - Time - hour minute manipulation -


is there api manipulate (e.g. add, subtract) on time (hour, minute).

pseudo code listed below

time t1 = "5 pm"; t1.add("5 minutes"); t1.subtract("90 minutes"); 

http://joda-time.sourceforge.net/


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -