DATE-CALCULATIONS(1)marcp.xyzDATE-CALCULATIONS(1)
NAME
date-calculations - date math with the date command
EXAMPLES
$ date -d "${date} - 31 days"
$ date -d "+1 days"
$ date -d "Sun Sep 11 07:59:16 IST 2012+10 days"
$ prog_end_date=$(date '+%C%y%m%d' -d "$end_date+10 days")
marcp.xyz2022-03-22DATE-CALCULATIONS(1)