title = 'About'; $this->params['breadcrumbs'][] = $this->title; ?>
This is the About page. You may modify the following file to customize its content:
= __FILE__ ?>
setTimezone(new DateTimeZone('UTC')); $dt->sub( new DateInterval( 'P2D') ); echo \common\components\DateUtil::formatUtc($dt); echo " - "; $ticketType = new \common\models\TicketType(); $ticketType->time_unit_type = \common\models\TicketType::TIME_UNIT_DAY; $ticketType->time_unit_count = 3; $dt2 = \common\components\Helper::getTicketExpirationDate($dt, $ticketType); echo \common\components\DateUtil::formatUtc($dt2); // $dt2 = \common\components\Helper::getTicketExpirationDate($dt, $ticketType); // echo \common\components\DateUtil::formatUtc($dt2); // $dt = \common\components\DateUtil::addMonth($dt,1); // echo \common\components\DateUtil::formatUtc($dt); // $dt = \common\components\DateUtil::addMonth($dt,1); // echo \common\components\DateUtil::formatUtc($dt); ?>