date
Returns the current date as a string in the format DD-MMM-YYYY.
Syntax
R = date()
Outputs
- R
- Current date is represented as a string in the format DD-MMM-YYYY.
Example
date
R = 10-Jan-2015
Returns the current date as a string in the format DD-MMM-YYYY.
R = date()
date
R = 10-Jan-2015