Globalize provides number formatting and parsing, date and time formatting and parsing, currency formatting, message formatting (ICU message format pattern), and plural support. Globalize is based on the Unicode Consortium's Common Locale Data Repository (CLDR), the largest and most extensive standard repository of locale data available. CLDR is constantly updated and is used by many large applications and operating systems, so you'll always have access to the most accurate and up-to-date locale data.
A full-sized drag & drop event calendar (jQuery plugin).
Perform basic CRUD calendar operations on iOS/Android/UWP through a simple common API. See project site README for usage notes and limitations.
Starting with version 18.1.0.36 (2020 Volume 1 beta), Syncfusion Blazor is changing its namespace, component names, and NuGet package name. Please refer to this help topic (https://blazor.syncfusion.com/documentation/common/how-to/upgrade-syncfusion-components-to-18.1.0.36-version/) for more information. Helpful links: Documentation: https://blazor.syncfusion.com/documentation/?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/blazor-components This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
PersianDateTime is equivalent of DateTime to use persian date time
Wijmo Open is open source and is free to use under either the MIT or GPL licenses. The MIT License is recommended for most projects since it follows jQuery's model. It is simple and easy to understand and it places almost no restrictions on what you can do with Wijmo Open. It includes Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
Open source multi-platform UI framework. Create your apps once on PCL and have your UI generated on runtime for ASP.NET, Windows Forms, WPF, Linux (Mono + WinForms), Mac OS (Mono + WinForms and Xamarin.Mac), iOS, Android, Windows Phone (via Xamarin.Forms) and Windows Universal Platform. ## Features * Create your apps in PCL and run them everywhere, truly multi-platform (web included) * The UI is defined from code (XAML designer on the way) * 100% native controls are used in all platforms * You have only the "common" UI api surface among all platforms * Supports click, doble click and, for user input controls, value changed events * Using OKHOSTING.UI.CSS you can use CSS files to define the styles of your controls on all platforms (thanks to AngleSharp) ## Supported controls ### Regular controls * Autocomplete * Button * Calendar * CheckBox * HyperLink * Image * Label * ListPicker (equivalent to a DropDownList) * PasswordTextBox * TextArea * TextBox ### Forms * Create forms for user data input/output * Create form fields for string, int, decimal, date, enum, bool, xml or any custom type you need * Create forms to execute a method Please visit: https://github.com/okhosting/OKHOSTING.UI
FullCalendarMVC is an ASP.NET MVC HTML helper for FullCalendar.
This package contains calendar cotrol to be used with Windows Phone 7 applications. Please see project URL for details and sample usage.
Collection of basic themes for WPF. Supported controls: Calendar, Button, CheckBox, RadioButton, ScrollBar, ListBox, Expander, ComboBox, ProgressBar, TextBox, PasswordBox, RichTextBox, Label, Menu, MenuItem, Separator, TabControl, Slider, TreeView, ToggleButton, GroupBox, ListView, ListViewItem, ToolBar, Calendar
jquery.timepicker is a lightweight timepicker plugin for jQuery inspired by Google Calendar. It supports both mouse and keyboard navigation, and weighs in at 2.7kb minified and gzipped.
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.
Package Description
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
Package Description
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.
A full-sized, drag and drop calendar for jQuery Fullcalendar is Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. Copyright (c) 2011 Adam Shaw (http://arshaw.com)
Package Description
ServiceStack.Text JSON serializer support for NodaTime
Models for HttpClient for CalendarService api
Package Description
Package Description
Persia.Net is a versatile class library designed to seamlessly convert dates between Persian, Gregorian, and Islamic (Lunar Hijri) calendars.
Xamarin Forms calendar control
Package Description
Wijmo Complete is a commercial kit of jQuery UI widgets for building Web applications. It includes Bar Chart, Line Chart, Pie Chart, Combobox, Grid, Input Date, Input Mask, Input Number, Pager, Tree and Wizard. It also includes everything from Wijmo Open which has Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
A base class library to add useful extensions to .NET, like messanging, LINQ expression parser and extension methods, Task Parallel Library helpers, type auto-mapping for storage and benchmark.
Xamarin Binding Library - FSCalendar
This is the ASP.NET Web Pages Calendar template from Microsoft that comes with WebMatrix.
TypeScript Definitions (d.ts) for fullCalendar. Generated based off the DefinitelyTyped repository [git commit: 13308a020d67ad90337790d51f635747e307161c]. http://github.com/DefinitelyTyped
TypeScript Definitions (d.ts) for angular-bootstrap-calendar. Generated based off the DefinitelyTyped repository [git commit: 49e00c423a63b6e5b00cf0105c5fe6a2ac57336b]. http://github.com/DefinitelyTyped
Common calendar classes for .NET applications