1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/docs/commands/date-humanize.md
Kat Marchán fcd624a722
add date humanize command ()
* add `date humanize` command

* add docs
2021-07-25 17:33:31 +12:00

375 B

date humanize

Print a 'humanized' format for the date, relative to now.

Usage

> date humanize

Flags

  • -h, --help: Display this help message
  • -t, --table: print date in a table

Examples

Format the current date

> date now | date humanize

Format the current date and print in a table

> date now | date humanize -t