date.longString
| Syntax |
date.longString (date)
|
| Params |
date is a valid Frontier date or a string that can be coerced to a date.
|
| Action |
Returns a verbose string representation of the specified date
|
| Returns |
a verbose string representation of the specified date
|
| Examples |
date.longString ("12/5/97") » "Friday, December 05, 1997"
date.longString (clock.now ())
|
| See Also |
date.shortString
|