• strtotime 中月份是0的巧妙应用,按照上年12月份算
        $timestamp = strtotime('2021-00-03');
        echo date('Y-m-d',$timestamp);
        exit;

        2020-12-03

相关文章:

  • 2021-12-22
  • 2022-12-23
  • 2022-02-05
  • 2021-07-07
  • 2022-12-23
  • 2021-11-06
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
相关资源
相似解决方案