[insert_php]
date_default_timezone_set(“America/Los_Angeles”);
$d=strtotime(“next Thursday”);
$today = strtotime(“now”);
$thur = “Thursday”;
$days = date(“l”, $today);
if ($days == $thur)
{
echo date(“n-j-Y”, $today) ;
}
else
{
echo date(“n-j-Y”, $d) ;
}[/insert_php] 21:00:00
[insert_php]
date_default_timezone_set(“America/Los_Angeles”);
$d=strtotime(“next Thursday”);
$today = strtotime(“now”);
$thur = “Thursday”;
$days = date(“l”, $today);
if ($days == $thur)
{
echo date(“n-j-Y”, $today) ;
}
else
{
echo date(“n-j-Y”, $d) ;
}[/insert_php] 23:00:00
15
$10K/Month Weekly Webinar Series
https://www1.gotomeeting.com/register/723407600
Greg Gomez III
false
MM/DD/YYYY
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.