31 packages tagged with “Shamsi”
string persianSampleDateString1 = "1393/08/01 21:53:26"; DateTime datetime1 = persianSampleDateString1.ToEn(); datetime1.ToFa();//1393/08/01 datetime1.ToFa("d");//93/08/01 datetime1.ToFa("D");//پنج شنبه, 01 آبان 1393 datetime1.ToFa("g");//93/08/01 21:53 datetime1.ToFa("G");//93/08/01 21:53:26 datetime1.ToFa("f");//1393/08/01 21:53 datetime1.ToFa("F");//پنج شنبه, 01 آبان 1393 ساعت 21:53:26 datetime1.ToFa("M");//اول آبان datetime1.ToFa("y");//1393 آبان datetime1.ToFa("yy MMM");//93 آبان datetime1.ToFa("yyyy/MM/dd ");//1393/08/01 datetime1.ToFa("yy-M-dd ");//93-8-01 datetime1.ToFa("ddd d MMM yyyy");//جمعه 1 آبان 1393 datetime1.ToFa("ddd D MMM yyyy");//جمعه اول آبان 1393 "1393/08/01 21:00".ToEn().ToFa("YYYY/MM/dd hh:mm"));// "1393/08/01 21:00" //default format "1393/08/01 16:20".ToEn();//10/23/2014 4:20:00 PM "01/8/1393".ToEn().ToShortDateString();//10/23/2014 "1/8/1393".ToEn().ToLongDateString();//Thursday, October 23, 2014 "1-8-93".ToEn().ToString("d");//10/23/2014 "93-8-01".ToEn().ToString("U");//Wednesday, October 22, 2014 8:30:00 PM "93-8-01".ToEn().ToString("y");//October 2014 "93 8 01".ToEn().ToString("ddd d MMM yyyy");//Thu 23 Oct 2014 "1_8_1393 ".ToEn().ToString("g");//10/23/2014 12:00 AM " 1_8_1393 16:20".ToEn().ToString("f");//Thursday, October 23, 2014 4:20 PM " 1.8.1393 16:20:48".ToEn().ToString("R");//Thu, 23 Oct 2014 16:20:48 GMT
[JAVASCRIPT library]Convert Solar Hijri date time to Gregorian date time and the other way around
Persian Date Library provides comprehensive Persian (Shamsi/Jalali) calendar functionality including date conversion, advanced formatting options, date parsing and validation, and full localization support for Persian and English cultures.
Persian calendar WPF calendar with support for Gregorian and solar calendars
PersianDateTime class provide using jalili(shamsi) date in app while storing your date as Gregorian date. This component provide Jalili date class that sync with .net DateTime and usefull for storing Gregorian date in database and using jalili date in application.
This custom control shows shamsi calendar just like Microsoft Maui DatePicker control. https://instagram.com/hossein.mahabadi468
JalaliDatePicker is a complete Jalali and Gregorian date picker, with many UI facilities for best user experience in date entry. It's designated for WPF.
This is library for working with Date and it's instead of System.DateTime when need Jalali date in .net applications.
Nothing
A Windows Form Component to use for persian date. It works just like the default windows DatePicker control
Library for working with Jalali (Persian) dates in .NET.
Class library to convert Persian, Gregorian, and Arabic (Hijri) dates to each other.
This package will help you to convert gregorian to shamsi date and there are some methods to convert english to persian number and vice versa. ----------------------------------------------------------- - For Instance: - DateTime.Now.ToShamsiDate() => 1400/05/11 - "1400/04/10".ToGregorianDateTime() => 2021-08-02 12:00:00 AM - DateTime.Now.ToShamsiYear() => 1400 - DateTime.Now.ToShamsiTime() => 10:40 ق.ظ - DateTime.Now.ToShamsiFullDay() => دوشنبه 11 مرداد 1400 - "0123456789".ToPersianNumber() => ۰۱۲۳۴۵۶۷۸۹ - "۰۱۲۳۴۵۶۷۸۹".ToEnglishNumber() => 0123456789 - "ي ك".ToPersianString() => ی ک
Blazor Components
Hijri Calender component for ASP.NET
This is a useful package to convert Gregorian to Shamsi date. Use the ConvertDate class and ToShamsiDate method to convert.
Persian DatePicker for .NET Framework ( Xamarin.Forms , .NET MAUI , WPF , ... ) Documentation and usage : https://github.com/Netina/Netina.PersianDatePicker
تبدیل تاریخ میلادی به شمسی و برعکس کلاس های تولید رمز و هش سایر کلاس های مورد نیاز
This package is for converting Gregorian date to Solar date. To use it, you can use the ConvertDate class and ToShamsiDate method.
A set of userfull methods for persian codings: -convert persian numbers to english numbers -Convert to formatted persian datetime from gregorian string/datetime -convert to formatted gregorian datetime from persian string/datetime -Building standard datetime -Convert persian numbers to english numbers -more extensions methods to convert between date and time calendar easily -mobile number validation -convert to standard mobile numbers -change current context calendar -NationalCodeValisation
this is a useful package to convert Gregoreain To Shamsi Date.Use The ConvertDate class and ToShamsiDate method to convert
MudBlazor.Jalali is a package that brings the Jalali DatePicker to the MudBlazor UI Kit. This package helps you handle Persian dates using MudBlazor components.
Package Description
کنترل تقویم شمسی با TextBox خالی
Persian (Shamsi) DatePicker control for WPF with calendar and date selection support. Author: Ali Ramezani, Email: a.ramezani1364@gmail.com
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
Lightweight Persian (Solar Hijri) date picker control for .NET MAUI.
Library for convert date to persian calender
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.