shell日期格式

1、字符串转为日期格式及日期加减

      end_dt1=$1

      begin_dt1=`date -d "${end_dt1} -60 day " +%Y-%m-%d`

      end_dt2=$2

      begin_dt2=`date -d "${end_dt2} -60 day " +%Y%m%d`

你可能感兴趣的:(shell日期格式)