Sample usage:
<?php
$interval = DateInterval::createFromDateString('1 month');
?>
DateInterval::createFromDateString
(PHP 5 >= 5.3.0)
DateInterval::createFromDateString — Sets up a DateInterval from the relative parts of the string
Description
Uses the normal date parsers and sets up a DateInterval from the relative parts of the parsed string.
Parameters
- time
-
Date with relative parts.
Return Values
Returns new DateInterval instance if success.
msleman at boot dot dot dot com ¶
2 years ago
