datetimepicker
Here are 139 public repositories matching this topic...
-
Updated
Apr 29, 2020 - Vue
The icons are currently hard-coded.
There is already a keyboardIcon prop, but that one controls the icon in the input adornment. I don't really understand why that prop has "keyboard" in its name. It does not show a keyboard on the icon. And one would cli
If i select a future date in the From tab and i clicked on To tab. It is still showing current date as selected. The To tab value should be same or latter than The value selected in from tab.
I18N examples
中文文件需要
-
Updated
Jul 2, 2019 - Java
Vue2-datepicker version: 3.1.0
Vue version: 2.6.10
Browser: All
Steps to reproduce
Add disabled date and click on the month or year button
Reproduction Link or Source Code
https://jsfiddle.net/thd0b49w/
Expected behavior
In the version 2 the month and year where disabled and not clickable
Actual behavior
Even if every date in the month is disabled we
Versions
- vue: 2.6.10
- vue-datetime: 1.0.0-beta.10
- luxon: 1.19.3
Description:
Feature Request
I don't see any template slot to be used to replace with default input field of datepicker.
It would be a good idea to provide a slot so we can provide ours on html for the date input field.
_What I really just want is an option to put a calendar icon to the right of date inpu
-
Updated
Mar 13, 2019 - JavaScript
When the parameter captureTouchHold is set to true, the minutes won't increase/decrease on tab oder on hold. The hours can be changed as expected (tab & hold).
Thanks for your effort. Great Plugin btw
In your documentation on disabling dates, I could not find any options for disabling dates before or after a specified date.
Wrong button
با سلام خدمت به شما
از این که این کتابخانه بسیار عالی رو با ما به اشتراک گذاشتید بسیار سپاسگذارم
هنگامی که روی اینپوت خاصی ولیدیشن میگذارم با خطا مواجه میشوم
از ولیدیشن های دات نت ام وی سی استفاده میکنم
خطا به این صورت است که تقویم باز می شود اما هیچ کدام از دکمه ها و انتخاب روز ها کار نمی کند
در صورت غیر فعال کردن ولیدشن روی فیلد تاریخ مورد نظر همه چی درست است
خطای زیر در کنسول مشاهده می شو
-
Updated
Oct 5, 2019 - TypeScript
Recently a ReadTheDocs documentation has been published for the project. I tried to make the documentation as detailed as I can but it still needs improvements which is not a task of a single man. Developers new to django may get over-whelmed by the instructions if the documentation is not well-written or not easily conceivable.
-
Updated
Jan 22, 2018 - JavaScript
Can we create date & time or number in circulate (round) format.
if i select hours format it will show 23 value after that it showing blank..
Please find the attachment for reference...
-
Updated
Nov 14, 2019 - Objective-C
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Sep 4, 2019 - JavaScript
-
Updated
Nov 17, 2018 - JavaScript
-
Updated
May 7, 2019 - JavaScript
-
Updated
May 18, 2020 - Java
-
Updated
May 23, 2020 - JavaScript
settings = {
bigBanner: true,
timePicker: true,
defaultOpen: false,
format: 'dd.MM.yyyy HH:mm:ss'
}
I've got the following error when I try to follow the 'getting started' example
warning RZ10012: Found markup element with unexpected name 'DatePicker'. If this is intended to be a component, add a @using directive for its namespace.
@page "/"
@using NodaTime
<h1>Hello, world!</h1>
<DatePicker Inline=true />
I image some import is missing.
I've already import the
-
Updated
May 3, 2020 - Vue
Improve this page
Add a description, image, and links to the datetimepicker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datetimepicker topic, visit your repo's landing page and select "manage topics."


On WebKit/Blink, a search
inputfield (type="search") will show an "x" that clears the input.Clicking this X when not the input field was not previously in focus triggers the datetimepicker popup, as you can see in this linked GIF, generated from JSFiddle.