d = date()
| Parameter | Description |
|---|---|
| d | a string: date string using format dd-MMM-yyy. MMM: English abbreviation for the month name. |
d = date() returns the current date as a character vector in the format dd-MMM-yyyy.
d = date()
fix(c)
| Version | Description |
|---|---|
| 1.0.0 | initial version |