date
Last updated
Was this helpful?
Last updated
Was this helpful?
Return the Current date as character vector.
d = date()
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.
.
1.0.0
initial version
Allan CORNET