date_get_minute(date);
Argument | Description |
---|---|
date | The datetime to check. |
Returns: Real
This function returns the minute of the given datetime
value.
myminute = date_get_minute(date_current_datetime());
This would set "myminute" to the current minute.