date.day
| Syntax |
date.day (date)
|
| Params |
date is an optional parameter, a valid Frontier date or a string that can be coerced to a date.
|
| Action |
Returns the day from the date.
|
| Returns |
The day from the date.
|
| Examples |
date.day () » 12
date.day ("6/8/53")
date.day (934878454)
date.day (clock.now ())
|
| Notes |
This verb is new in Frontier 5.1.3.
|
| See Also |
date.year
|