add x amount of days to a date php
<?php
// PHP program to add days to $Date
// Declare a date
$date = "2019-05-10";
// Add days to date and display it
echo date('Y-m-d', strtotime($date. ' + 10 days'));
?> $effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));
Also in PHP:
- codeigniter 4 radio button isset
- .htaccess to remove index page
- check if substring php
- date() today php
- error display php
- debug native php
- filter_var filter_validate_url
- count characters php
- access config variable in codeigniter controller
- To add a new Top-level menu to WordPress Administration, use the add_menu_page() function.
- console log inphp
- cacert file_get_contents openssl
- array_key_exists() function
- disable timestamp laravel
- chow to check which php version running wordpress
- create seede for table in laravel
- check an string incudes a string php
- acheck key exist in array php
- PHP debug console print
- add errors php
- change format date usa month text php
- check if key array php
- date format php sql
- display_errors php.ini