Answers for "date 3 months ago for a particular date php"

PHP
0

date 3 months ago for a particular date php

$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));
Posted by: Guest on May-04-2020
0

php 3 months ago

echo date("d.m.Y", strtotime("-3 Months"));
Posted by: Guest on November-10-2021

Browse Popular Code Answers by Language