Gdate: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


=ISO 8601 Date Format=
=ISO 8601 Date Format=
gdate -I[FMT]
gdate --iso-8601[FMT]
Without format,
gdate --iso-8601
displays the date only:
2020-05-18

Revision as of 02:56, 19 May 2020

Internal

Overview

GNU version of the 'date' command.

Installation

brew install coreutils

ISO 8601 Date Format

gdate -I[FMT]
gdate --iso-8601[FMT]

Without format,

gdate --iso-8601

displays the date only:

2020-05-18