Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 409 Bytes

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