date_get_weekday(date);
Argument | Description |
---|---|
date | The date to check. |
Returns: Real
This function returns the week day value of the given datetime.
This will be a value from 0 to 6.
myweekday = date_get_weekday(date_current_datetime());
This would set "myweekday" to the current weekday.