You are here

public function jDate::__construct in Persian Date for Drupal 8 8.4

Parameters

string|null $str:

null $timezone:

File

src/Library/Jalali/jDate.php, line 57

Class

jDate
Class jDate @package Morilog\Jalali

Namespace

Drupal\persian_date\Library\Jalali

Code

public function __construct($str = null, $timezone = null) {
  $this->dateTime = jDateTime::createDateTime($str, $timezone);
}