All Projects → soyuka → Dpicker

soyuka / Dpicker

Licence: mit
A framework-agnostic minimal date picker

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dpicker

React Datetime Picker
A datetime picker for your React app.
Stars: ✭ 294 (+57.22%)
Mutual labels:  time, date, datetime, calendar, date-picker
Date
A date and time library based on the C++11/14/17 <chrono> header
Stars: ✭ 2,389 (+1177.54%)
Mutual labels:  time, date, datetime, calendar
Laydate
layDate(日期与时间组件) 是 layui 独立维护的三大组件之一
Stars: ✭ 1,066 (+470.05%)
Mutual labels:  time, date, datetime, calendar
Tail.datetime
A lightweight, translat- and configurable Open Source DateTime Picker, written in pure vanilla JavaScript!
Stars: ✭ 139 (-25.67%)
Mutual labels:  time, date, datetime, calendar
nepali-datetime
Python's core datetime inspired nepali datetime (BS date & NPT) package 🇳🇵
Stars: ✭ 36 (-80.75%)
Mutual labels:  time, datetime, date, calendar
Calendar
📅 PHP Date & Time library that solves common problems in object oriented, immutable way.
Stars: ✭ 113 (-39.57%)
Mutual labels:  time, date, datetime, calendar
shamsi date
A Flutter and Dart package for using Jalali (Shamsi, Solar, Persian or Jalaali) calendar. You can convert, format and manipulate Jalali and Gregorian (Miladi) date and times.
Stars: ✭ 59 (-68.45%)
Mutual labels:  time, datetime, date, calendar
Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (+186.63%)
Mutual labels:  time, date, datetime, calendar
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+129.41%)
Mutual labels:  date, datetime, calendar, date-picker
Period
PHP's time range API
Stars: ✭ 616 (+229.41%)
Mutual labels:  time, date, datetime, calendar
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+960.43%)
Mutual labels:  time, date, datetime, calendar
When
A natural language date/time parser with pluggable rules
Stars: ✭ 1,113 (+495.19%)
Mutual labels:  time, date, datetime
Iso8601
Ruby parser to work with ISO8601 dateTimes and durations — http://en.wikipedia.org/wiki/ISO_8601
Stars: ✭ 70 (-62.57%)
Mutual labels:  time, date, datetime
Carbon
A simple PHP API extension for DateTime
Stars: ✭ 75 (-59.89%)
Mutual labels:  time, date, datetime
React Datetimerange Picker
A datetime range picker for your React app.
Stars: ✭ 82 (-56.15%)
Mutual labels:  date, calendar, date-picker
Chrono
Date and time library for Rust
Stars: ✭ 1,780 (+851.87%)
Mutual labels:  time, date, calendar
Zulu
A drop-in replacement for native Python datetimes that embraces UTC.
Stars: ✭ 52 (-72.19%)
Mutual labels:  time, date, datetime
Graphql Java Datetime
GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with graphql-java.
Stars: ✭ 89 (-52.41%)
Mutual labels:  time, date, datetime
Luatz
Time, Date and Timezone library for lua
Stars: ✭ 92 (-50.8%)
Mutual labels:  time, date, datetime
React Calendar
Ultimate calendar for your React app.
Stars: ✭ 2,082 (+1013.37%)
Mutual labels:  date, calendar, date-picker

DPicker

Build Status codecov

A framework-agnostic minimal date picker.

Quick start

<label>
  <input type="datetime">
</label>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/dpicker.all.min.js"></script>
<script>
  [].slice.call(document.querySelectorAll('input[type="date"],input[type="datetime"]')).forEach(function(e){new dpicker(e);});
</script>

Read the docs

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].