3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lastDate = '1452504837'; $interval = 'P0Y0M1D'; $lastJob = new \Datetime(); $lastJob->setTimestamp($lastDate); $currentJob = new \Datetime(); echo 'Last Sent: '.$lastJob->format('Y/m/d').' | Today: '.$currentJob->format('Y/m/d')."\n"; $interval = new DateInterval($interval); echo 'Interval: '.$interval->format('%y years, %m months, %d days %H:%I:%S')."\n"; $nextJob = $lastJob->add($interval);; if ($nextJob >= $currentJob) { echo 'ready to send'; } else { echo 'not ready to send.'; }
Output for 5.6.28, 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Last Sent: 2016/01/11 | Today: 2016/01/13 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.6
Last Sent: 2016/01/11 | Today: 2016/05/21 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.5
Last Sent: 2016/01/11 | Today: 2016/04/03 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.4
Last Sent: 2016/01/11 | Today: 2016/03/10 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.3
Last Sent: 2016/01/11 | Today: 2016/03/18 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.2
Last Sent: 2016/01/11 | Today: 2016/03/23 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.1
Last Sent: 2016/01/11 | Today: 2016/03/24 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 7.0.0
Last Sent: 2016/01/11 | Today: 2016/03/27 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.21
Last Sent: 2016/01/11 | Today: 2016/05/02 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.20
Last Sent: 2016/01/11 | Today: 2016/04/10 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.19
Last Sent: 2016/01/11 | Today: 2016/03/08 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.18
Last Sent: 2016/01/11 | Today: 2016/03/15 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.17
Last Sent: 2016/01/11 | Today: 2016/03/20 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.16
Last Sent: 2016/01/11 | Today: 2016/03/28 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.15
Last Sent: 2016/01/11 | Today: 2016/03/29 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.14
Last Sent: 2016/01/11 | Today: 2016/04/14 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.13
Last Sent: 2016/01/11 | Today: 2016/04/15 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.12
Last Sent: 2016/01/11 | Today: 2016/04/20 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.11
Last Sent: 2016/01/11 | Today: 2016/04/24 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.10
Last Sent: 2016/01/11 | Today: 2016/04/25 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.9
Last Sent: 2016/01/11 | Today: 2016/04/27 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.6.8
Last Sent: 2016/01/11 | Today: 2016/04/30 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.35
Last Sent: 2016/01/11 | Today: 2016/05/23 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.34
Last Sent: 2016/01/11 | Today: 2016/04/11 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.33
Last Sent: 2016/01/11 | Today: 2016/03/09 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.32
Last Sent: 2016/01/11 | Today: 2016/03/17 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.31
Last Sent: 2016/01/11 | Today: 2016/03/21 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.30
Last Sent: 2016/01/11 | Today: 2016/04/01 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.29
Last Sent: 2016/01/11 | Today: 2016/04/17 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.28
Last Sent: 2016/01/11 | Today: 2016/04/21 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.27
Last Sent: 2016/01/11 | Today: 2016/04/22 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.26
Last Sent: 2016/01/11 | Today: 2016/04/26 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.25
Last Sent: 2016/01/11 | Today: 2016/04/29 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.
Output for 5.5.24
Last Sent: 2016/01/11 | Today: 2016/05/24 Interval: 0 years, 0 months, 1 days 00:00:00 not ready to send.

preferences:
144.65 ms | 401 KiB | 179 Q