Merge branch 'develop' of http://rocho02.ddns.net:4080/gogs/rocho/fitness_web into develop
This commit is contained in:
@@ -35,10 +35,10 @@ class AdminMenuStructure{
|
||||
|
||||
//$today = \Yii::$app->formatter->asDate( time() );
|
||||
$today = \Yii::$app->formatter->asDate( strtotime('today UTC') );
|
||||
$tomorrow = \Yii::$app->formatter->asDate( ( 60 *60 *24 + time()));
|
||||
$tomorrow = \Yii::$app->formatter->asDate( strtotime('tomorrow UTC') );
|
||||
|
||||
$todayDatetime = \Yii::$app->formatter->asDatetime( strtotime('today') );
|
||||
$tomorrowDatetime = \Yii::$app->formatter->asDatetime( strtotime('tomorrow') );
|
||||
$todayDatetime = \Yii::$app->formatter->asDatetime( strtotime('today UTC') );
|
||||
$tomorrowDatetime = \Yii::$app->formatter->asDatetime( strtotime('tomorrow UTC') );
|
||||
|
||||
|
||||
/////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user