date_get_minute

This function returns the minute of the given datetime value.

 

Syntax:

date_get_minute(date);

ArgumentTypeDescription
dateDatetimeThe datetime to check.

 

Returns:

Real

 

Example:

myminute = date_get_minute(date_current_datetime());

This would set "myminute" to the current minute.