A helper class based on CoreCLR's DateTimeFormat intended to format DateTime objects into Persian Jalali strings.
string formatted = PersianDateTimeFormat.Format(DateTime.Now, "dd MMMM YYYY", true); // ۲۳ آذر ۱۳۹۷
MIT
A helper class based on CoreCLR's DateTimeFormat intended to format DateTime objects into Persian Jalali strings.
string formatted = PersianDateTimeFormat.Format(DateTime.Now, "dd MMMM YYYY", true); // ۲۳ آذر ۱۳۹۷
MIT