PersianDate constructor

PersianDate([String format ])

Implementation

PersianDate([String format]){

  if(format != null)
    _defualtVal = format;

  _getNow = _now();
  _getDate = _now();
}