Adding days to $Date in PHP Get link Facebook X Pinterest Email Other Apps February 15, 2021 <?php $Date = "2010-09-17"; echo date('Y-m-d', strtotime($Date. ' + 1 days')); echo date('Y-m-d', strtotime($Date. ' + 2 days')); ?> And it outputs correctly: 2010-09-18 2010-09-19 Get link Facebook X Pinterest Email Other Apps Comments
Flutter useful stuffs July 19, 2022 To resolve cross domain image error flutter run --web-renderer html Gridview in Flutter Read more
Laravel Auth Registration and Login with Bootstrap February 01, 2023 composer require laravel/ui php artisan ui bootstrap php artisan ui bootstrap --auth npm install npm run dev npm run production Read more
Laravel 8.x Role Based Multi Auth using Laratrust | Latest 2021 | Hindi ... February 27, 2021 Read more
Comments
Post a Comment