Easy to Create, Easy to Change - Easy to use!

Function::DateTime

Minutes



Parameters


Returns/Result


Examples


Reference

minutes

Type

Time Function

Purpose

The minutes function extracts the minutes from a time value expressed in a 24-hour format.

Syntax

minutes( TIME VALUE)

Returns

An integer value from 00 to 59.

Examples

minutes( 12: 00: 00)

Returns: 00

 

minutes( 23: 59: 00)

Returns: 59

See Also


On the forum about Minutes

Looking for a way to truncate a time field. So it only shows hours and minutes but no seconds

Does anyone know a way to truncate a time field. So it only shows hours and minutes but no seconds. But i still need it to be able to calculate elapsed time.I'm working on setting up a time card type of system for workers to log their time...

Product: Dataease [{8}]FIVE. Written by Kevin O'Donnell 13/04/16 at 15:35:15

Re:Looking for a way to truncate a time field. So it only shows hours and minutes but no seconds

Download Sample! Sample above will show different ways to truncate and calculate time.The...

Product: Dataease [{8}]FIVE. Written by DataEase 13/04/16 at 16:32:57

On the blog about Minutes