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