date command examples
This pages shows examples of using the date command.
Basic date usage
$ date
Wed 29 Jan 2020 12:15:00 GMTUsing templates for formatting output
$ date "+%B %d, %Y"
January 29, 2020See Also
Last updated