mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 15:38:55 +02:00
@@ -10,3 +10,10 @@ Get the current date.
|
||||
|
||||
```> date now ```
|
||||
|
||||
## Examples
|
||||
|
||||
Get the current date and display it in a given format string.
|
||||
```shell
|
||||
> date now | date format "%Y-%m-%d %H:%M:%S"
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user