Top "Minute" questions

How to get time difference in minutes in PHP

How to calculate minute difference between two date-times in PHP?

php date time minute
Java getHours(), getMinutes() and getSeconds()

As I know getHours(), getMinutes() and getSeconds() are all deprecated in Java and they are replaced with Calendar.HOUR_OF_…

java date hour seconds minute
How to convert an NSTimeInterval (seconds) into minutes

I've got an amount of seconds that passed from a certain event. It's stored in a NSTimeInterval data type. I …

objective-c iphone nstimeinterval seconds minute
Regex pattern for HH:MM:SS time string

I want to parse a hh:mm:ss string. A simple one is ([0-1]?\d|2[0-3]):([0-5]?\d):([0-5]?\d) …

regex expression hour seconds minute
How do you set the time and only the time in a calendar in Java?

Having the hours and minutes, is there any easier or better way to set it into a Calendar object than: …

java date calendar hour minute
Python finding difference between two time stamps in minutes

How i can find the difference between two time stamps in minutes . for example:- timestamp1=2016-04-06 21:26:27 timestamp2=2016-04…

python timestamp difference minute
How to schedule a Jenkins job each 15 minutes

I need to schedule a jenkins job each 15 minutes. Currently i'm using the Build periodically feature but that enables me …

jenkins schedule hour minute
How do i change the Android TimePicker minute intervals?

I am writing an application where the user needs to specify a given point in time, but i can't seem …

android timepicker minute
Convert minutes into seconds in php

I have a time related php question! I have html input boxes that asks the user for minutes and seconds …

php time seconds multiplication minute
How to set hour minute in nsdate programmatically?

I have 2:01:20 PM format in one label; after some calculations, I need to change the hour and/or minute of …

objective-c iphone nsdate hour minute