date.abbrevString
| Syntax |
date.abbrevString (date)
|
| Params |
date is a valid date or a string that can be coerced to a date.
|
| Action |
Returns an abbreviated string representation of the specified date.
|
| Returns |
an abbreviated representation of the specified date.
|
| Examples |
date.abbrevString ("4/5/2000") » "Wed, Apr 5, 2000"
date.abbrevString (clock.now ())
|
| Notes |
On Windows, this verb returns the same string as date.longString.
|
| See Also |
date.shortString
|