nushell/old_nushell/docs/commands/date-humanize.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00: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