I had written a function for Adding time as given below
private void Delay15Minute() { String pkManifest = manifest.pkManifestNo; manifest_he
Simply create the instance of Calendar and get 24 hr time by,
Calendar
Calendar c = Calendar.getInstance(); int Hr24=c.get(Calendar.HOUR_OF_DAY); int Min=c.get(Calendar.MINUTE);