I would like to use the date command on a Mac to find out the day corresponding to a certain date.
On Debian the command below works:
date --date "Jul 20 1999" +%A
But the same command does not work when I use Mac's terminal.
What can be an alternative to achieve the output of the above command on a Mac?
See Question&Answers more detail:os