Voting

: min(zero, six)?
(Example: nine)

The Note You're Voting On

daniellehr at gmx dot de
13 years ago
Alternatively you can use DateInterval::createFromDateString() for negative intervals:

<?php
$date
= new DateTime();
$date->add(DateInterval::createFromDateString('-89 days'));

<< Back to user notes page

To Top