File "test.php"

Full path: /home/dora/public_html/wp-content/plugins/woocommerce-bsalev2/test/test.php
File size: 145 bytes
MIME-type: --
Charset: utf-8

<?php

//test date

$stop_date = date('Y-m-d 00:00:00');
$tomorrow = date('Y-m-d', strtotime($stop_date . ' +1 day'));

echo($tomorrow);