date_get_day(date);
Argument | Description |
---|---|
date | The date to check. |
Returns: Real
This function returns the day (from 1 to 31) of the given
datetime.
myday = date_get_day( date_current_datetime() );
This would set "myday" to the current day.