date
Return the Current date as character vector.
📝Syntax
d = date()
📤Output Arguments
Parameter Description
d a string: date string using format dd-MMM-yyy. MMM: English abbreviation for the month name.
📄Description

d = date() returns the current date as a character vector in the format dd-MMM-yyyy.

💡Examples
d = date()
fix(c)
🔗See Also
now
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub