コード例 #1
0
ファイル: BanglaCalendar.php プロジェクト: l2nsoft/bangladate
 public function __construct($time = "now", $timezone = "Asia/Dhaka", $hour = 6)
 {
     parent::__construct($time);
     $this->_setTimezone($timezone);
     $this->engDate = $this->_format('d');
     $this->engMonth = $this->_format('m');
     $this->engYear = $this->_format('Y');
     $this->morning = $hour;
     $this->engHour = $this->_format('G');
     $this->get_bangla_date();
 }
コード例 #2
0
 public function __construct($time = "now", $timezone = "Asia/Dhaka")
 {
     parent::__construct($time);
     $this->_setTimezone($timezone);
 }