PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $Subscriptions = new stdClass(); $Subscriptions->end_date = '2021-01-02 13:15:16'; $Subscriptions->end_date = date("Y-m-d H:i:s", strtotime("2021-01-02 13:15:16 +1 month")); var_dump($Subscriptions);
Show:  
Copy Clear