PHP 8.5.0 Beta 1 available for testing

Voting

: min(five, eight)?
(Example: nine)

The Note You're Voting On

julio dot necronomicon at gmail dot com
1 year ago
More simple example i use to add or subtract.

<?php
$Datetime
= new Datetime('NOW', new DateTimeZone('America/Bahia'));
$Datetime->add(DateInterval::createFromDateString('2 day'));

echo
$Datetime->format("Y-m-d H:i:s");
?>

<< Back to user notes page

To Top