Skip to content

Instantly share code, notes, and snippets.

@zecho
Created December 12, 2018 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zecho/f6ca7245c6cd81ab11d2fff55166bb86 to your computer and use it in GitHub Desktop.
Save zecho/f6ca7245c6cd81ab11d2fff55166bb86 to your computer and use it in GitHub Desktop.
Convert DateInterval in seconds to split
<?php
$d1 = new \DateTime();
$d2 = (clone $d1)->add($interval);
$interval = $d2->diff($d1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment