12 packages tagged with “PersianDate”
DNTPersianUtils.Core is a collection of Persian helper extension methods.
All of things you need when you want to work with a Persian calendar. for more example please visit the project site.
Complete persian date library for java script
Persian calendar WPF calendar with support for Gregorian and solar calendars
This custom control shows shamsi calendar just like Microsoft Maui DatePicker control. https://instagram.com/hossein.mahabadi468
All Persian Helper tools for C# Developers , Full Persian Date Helper , NumberHelper , Page Helper , Log Helper , Currency Helper and CryptoGraphy helper...
This is library for working with Date and it's instead of System.DateTime when need Jalali date in .net applications.
PersianUtils.Core is a collection of Persian helper extension methods.
Calendar Converter , Persian Calendar with two algorithm and Hijri Calendar and Gregorian
Useful Extension for DateTime, String and int., For ex: DateTime dt = DateTime.Now; // {14/02/2021 16:30:08} dt.GregorianDateTime(); //"2021/02/14-16:30:08" dt.JalaliDate(); //"1399/11/26" long ms = dt.DateTimeToMilliseconds(); //1613320208016 ms.MillisecondsToDateTime(); // {14/02/2021 16:30:08}
Date and time picker for Persian language. This product has three controls, one for selecting the date, one for selecting the time and one for selecting both the date and time. Each control has two important attributes. One of these attributes(attribute:VALUE) displays the date in DateTime and one in Persian(attribute:TEXT). In date and time control: DatePicker property gives you Date control and TimePicker property gives you time control. persianDateTimePicker1.DatePicker.Value = DateTime.Now; persianDateTimePicker1.TimPicker.Value = DateTime.Now.ToString("hh:mm:ss"); https://github.com/Bijan14093/PersianDateTimePicker.git
This repository was created by Navid Sargheiny as a simple library to utilize Persian date capabilities. It has many features, such as providing different types of Persian dates and offering means to extract Persian dates as Persian text.