I had written a function for Adding time as given below
private void Delay15Minute() { String pkManifest = manifest.pkManifestNo; manifest_he
You used hh in your SimpleDateFormat pattern. Thats the 12 hour format. Use kk instead, that gives you the hours of the day in a 24 hour format. See SimpleDateFormat.
hh
SimpleDateFormat
kk