-
Updated
Apr 9, 2022 - TypeScript
#
datepicker
Here are 970 public repositories matching this topic...
lightweight, powerful javascript datetimepicker with no dependencies
This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
-
Updated
Feb 12, 2022 - Java
An easily internationalizable, mobile-friendly datepicker library for the web
-
Updated
Apr 11, 2022 - JavaScript
Angular powered Bootstrap
bootstrap
pagination
angular
alert
rating
timepicker
popover
progress-bar
modal
accordion
carousel
tooltip
typeahead
tabs
widgets
datepicker
buttons
dropdown
collapse
ng-bootstrap
-
Updated
Apr 10, 2022 - TypeScript
A powerful Date/time picker widget.
-
Updated
Apr 4, 2022 - HTML
安卓选择器类库,包括日期及时间选择器(可用于出生日期、营业时间等)、单项选择器(可用于性别、民族、职业、学历、星座等)、二三级联动选择器(可用于车牌号、基金定投日期等)、城市地址选择器(分省级、地市级及区县级)、数字选择器(可用于年龄、身高、体重、温度等)、日历选日期择器(可用于酒店及机票预定日期)、颜色选择器、文件及目录选择器、图片选择器等……WheelPicker/DatePicker/TimePicker/OptionPicker/NumberPicker/LinkagePicker/AddressPicker/CarPlatePicker/CalendarPicker/ColorPicker/FilePicker/ImagePicker etc.
timepicker
address
datepicker
picker
wheelview
colorpicker
imagepicker
filepicker
wheelpicker
citypicker
calendarpicker
addresspicker
optionpicker
numbpicker
-
Updated
Mar 21, 2022 - Java
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
bootstrap
components
angular
select
popover
carousel
modals
typeahead
widgets
datepicker
sortable
daterangepicker
-
Updated
Apr 8, 2022 - TypeScript
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
map
swift
alert
telegram
login
contacts
color-picker
uitextfield
location
image-picker
datepicker
picker
signin
textfield
country-picker
pickerview
uialertcontroller
phonecode
currency-picker
telegram-picker
-
Updated
Jun 28, 2021 - Swift
Date picker component for React.
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Jul 9, 2021 - JavaScript
jQuery Plugin Date and Time Picker
-
Updated
Apr 6, 2022 - JavaScript
A highly customizable calendar library for Android, powered by RecyclerView.
-
Updated
Jul 9, 2021 - Kotlin
A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
-
Updated
Mar 19, 2022 - JavaScript
javascript
i18n
autocomplete
tree
select
ui
webpack
vue
validator
table
modal
modals
button
vue-components
datepicker
form
vue2
ui-components
datetimepicker
heyui
-
Updated
Mar 27, 2022 - Vue
Date & Time pickers, built with ❤️ for @material-ui/core
-
Updated
Jun 28, 2021 - TypeScript
BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。
-
Updated
Apr 1, 2022 - Objective-C
Lightweight, dependency-free JavaScript datepicker.
-
Updated
Apr 8, 2022 - JavaScript
Set of enhancements for input control
-
Updated
May 6, 2020 - JavaScript
A datepicker / datetimepicker component for Vue2
-
Updated
Feb 18, 2022 - JavaScript
A material Date Range Picker based on wdullaers MaterialDateTimePicker
-
Updated
May 13, 2020 - Java
dalelotts
opened
Mar 2, 2018
Open
I18N examples
Open
中文文件需要
React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
react-native
datetime
timepicker
datepicker
time-picker
datepicker-component
react-native-datepicker
date-time-picker
react-native-date-time-picker
react-native-time-picker
-
Updated
Apr 9, 2022 - Java
A material horizontal calendar view for Android based on RecyclerView
-
Updated
Jul 15, 2020 - Java
-
Updated
Mar 20, 2022 - JavaScript
andregoldstein
commented
Jun 12, 2020
Hi there, thanks for the great work on this library!
Can I just check what is the best way to ensuring the calendar popup is hidden when tabbing out of an input within a <DatePicker />
example?
Currently it's remaining open when I'm tabbing from one form item to another.
Thanks!
日期选择器,支持年、年月、年月日、年月日时、年月日时分、年月日时分秒、月日、月日时、月日时分、月日时分秒、时、时分、时分秒、分秒、月日周 时分等
-
Updated
Sep 20, 2019 - Objective-C
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
-
Updated
Nov 28, 2021 - JavaScript
Improve this page
Add a description, image, and links to the datepicker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datepicker topic, visit your repo's landing page and select "manage topics."
Describe the bug
Currently
@duetds/date-picker
does not work with Rollup (or I didn't get it to).The problem appears to be a dynamic import statement with a template string:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To