Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Modern Calendar Datepicker | 820 | 1 | 7 | 8 months ago | 22 | July 03, 2020 | 139 | mit | JavaScript | |
A modern, beautiful, customizable date picker for React | ||||||||||
Pwt.datepicker | 574 | 14 | 3 | 2 months ago | 28 | July 07, 2019 | 62 | JavaScript | ||
Javascript jalali calendar capable datepicker widget | ||||||||||
Vue Persian Datetime Picker | 514 | 20 | 10 | a year ago | 40 | March 05, 2022 | 5 | Vue | ||
A vue plugin to select jalali date and time | ||||||||||
Persiandate | 473 | 41 | 21 | a year ago | 20 | July 07, 2019 | 29 | other | JavaScript | |
javascript date library for parsing, validating, manipulating, and formatting persian dates System. | ||||||||||
Jalali Moment | 365 | 51 | 85 | 2 months ago | 63 | January 31, 2022 | 21 | mit | JavaScript | |
Display, parse, manipulate, validate and convert jalali (Persian, Khorshidi, Shamsi) or Gregorian (Miladi) dates and times. | ||||||||||
Persian Calendar For Gnome Shell | 356 | 9 days ago | 10 | gpl-3.0 | JavaScript | |||||
An extension for Gnome-Shell to show Persian date/calendar | ||||||||||
React Multi Date Picker | 334 | 26 | 4 months ago | 121 | October 20, 2022 | 42 | mit | JavaScript | ||
a simple React datepicker component for working with gregorian, persian, arabic and indian calendars | ||||||||||
Md.bootstrappersiandatetimepicker | 311 | 10 | 1 | 18 days ago | 23 | March 14, 2018 | 8 | TypeScript | ||
Bootstrap Persian/Gregorian Date Time Picker | ||||||||||
Persian Date Picker Dialog | 269 | 7 months ago | 27 | Java | ||||||
Persian Date Picker Dialog for Android | ||||||||||
Persiandatepicker | 233 | 2 years ago | 1 | May 18, 2021 | 22 | mit | JavaScript | |||
A lightweight jQuery plugin that select persian(jalali) date with selectable years and months and other options. |
For example on how to use the component repo.
In the pubspec.yaml
of your flutter project, add the following dependency:
dependencies:
...
date_picker_persian: "^0.1.2"
In your library add the following import:
import 'package:date_picker_persian/date_converter.dart';
import 'package:date_picker_persian/date_picker_gregorian.dart';
For help getting started with Flutter, view the online documentation.
Copyright 2019 Maryam Nazari
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.