PHP - Difference Between 2 Dates in Days - Stack Overflow
https://stackoverflow.com/questions/33392367/php-difference-between-2-dates-in-days
Oct 28, 2015 · PHP - Difference Between 2 Dates in Days. Bookmark this question. Show activity on this post. $dateStart = get_post_meta ( get_the_ID (), 'startdate' , true); $dateStart = DateTime::createFromFormat ('d/m/Y h:i:s', $dateStart); $dStart = $dateStart->format ('d/m/y');true); $dEnd = date ("d/m/y"); echo $dStart .'-'.$dEnd;
DA: 24 PA: 89 MOZ Rank: 28 Up or Down: Up