DATE$
Root / Documentation / [.]
Created:
Return the current date as a string.
* Syntax
```sbsyntax
DATE$ OUT datestamp$
```
|* Output | Description |
| `datestamp$` | The current date in a string, formatted as `Year/Mo/Dy`. |
* Examples
```sb4
'print the current date
'e.g. on January 2nd 2019
PRINT DATE$() '2019/01/02
```
No posts yet (will you be the first?)