PersianDate constructor
Implementation
PersianDate([String format]){
if(format != null)
_defualtVal = format;
_getNow = _now();
_getDate = _now();
}
PersianDate([String format]){
if(format != null)
_defualtVal = format;
_getNow = _now();
_getDate = _now();
}