-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5 planning #841
Comments
Could we add a |
@tsjoberg not sure what you mean. Can you expound? |
Glad to see you're taking requests.
|
thanks for the suggestions |
#879 |
How about IE8 support? Can be optional as additional file. |
#879 @WhayP Here is a fiddle: http://jsfiddle.net/51cfb3sg/ |
the datepicker should be more responsive for usage on mobile devices. iam working on a PR for that |
Not forced binding to Input controls. A scenario is to bind the picker over knockut to a model property, open it via a button and show the model property value on a binded span. |
Full width would be great ☺ |
Another request - some type of valid() to check if current selected date is a valid date (not within disabled dates) |
timezone support will be nice |
Could you make the normal change event trigger appropriately (and not be swallowed every time)? The problem with dp.change is that it triggers too often (even when the initial value is read from the input), and third party code that depends on the normal change event won't work with dp.change. (in my case this: https://github.com/yiisoft/yii2/blob/2.0.4/framework/assets/yii.gridView.js#L62) Ideally the change event should trigger on input blur if the value is valid and when the datetimepicker is closed and the user selected a new value (clicked on a new value causing the picker to close, or changed the value and then closed the picker). |
@Eonasdan about the localization again, there's also some tooltips that doesn't relay on icons. |
+1 on Timezone Support |
+1 on Timezone Support too! |
Hello, I've got a suggestion: it would be nice to have an opt-in feature that would switch to the time picker inmediatly after a date is chosen, without having to press the clock button. |
How about other Calendars support specially Hijri calendar for Arabic Saudi Arabia ? |
@Fruchtgummi huh? |
The output format for a ajax request is always the format from locale. Would be nice, i can set a unique value regardless of loaded locales. |
@Fruchtgummi It sounds like you might be referring to something like #1168? |
I had already tried with extraFormats, but doesn't work! Here my Option: $('.datepicker').datetimepicker({ MY HTTP-POST REGUEST myArray[von]:2015-06-25 23:00 <-- why? If extraFormats would have worked, would have to request it to be so: myArray[von]:25.06.2015 23:00 Yeah, well, what's wrong? |
+1 for a "week select" mode, as @balticSD said. So you select a day and it actually highlights the whole week and sets the value to the start of that week. And maybe even a "month select" mode. Example, I use this library in a project to show all events for the selected date. But maybe they want to see all events for a certain week or month, etc. Or perhaps it would be better to generalize this and say: give the ability to select a range. That'd be pretty cool. And then have a way to get the start and end. |
Could you configure NuGet package so it will be installed in standalone directory or in bootstrap if exist, than in main Scripts directory like nowdays? |
@netmajor the nuget packages are going a way. When .Net 5 goes RTM new projects will not be able to get content packages like this one via nuget. It's recommended to use bower. |
Could use an event for clear. (dp.clear) So when the clear button is pressed it would fire and allow us to do certain things like update an angular model for example. |
@warrendodsworth the clear button fires |
@Eonasdan Aha.. sry. Thanks for the reply. |
I looked around the other issues and suggestion for a while, but was unable to find anything similar to this. I apologize if this is a duplicate and I overlooked an existing request. Recently I've been working on a project that utilizes a program that expects dates in a single, very specific format, like 2014-04-24T23:16:05Z, where 'T' and 'Z' are just character literals. Currently I'm simply formatting the string as '2014-04-24 23:16:05', then inserting the 'T' and 'Z' characters before I send the string to my other program. My feature request is to provide a way to natively insert literal characters into the format parameter. And example for this can be found in the first answer here. Taken from the answer for convenience:
Basically, can we render 'Z' as a literal Z, and 'd' as a literal d instead of day? The single quote format doesn't need to be the way it's done, we could do something like '\Z' like php. Thanks for taking suggestions! |
@luketaverne put the literal strings inside of |
@Eonasdan Ahhh, thank you! That works perfectly. Apologies for not seeing that elsewhere. |
Date ranges for disabled/enabled dates. |
Fantastic component! I was just wondering if you could either change or add a different time selection mode. the other way is select from a clock as below. There is already a clockpicker project that already does it. I understand you don't want to copy peoples work, but I have a userbase that likes the clock but, I love the way your component includes both date and time selection. Thanks! |
@SKielty I'm actually working on that |
I had a feeling you might be. With as involved as you have been in this project I figured you would want to do some cool HTML5 canvas work! Good luck and thanks a lot. Is there an eta for this feature? Months? Weeks? Just trying to get a feel for my timing purposes. |
Could you add bootstrap four support? |
@shammancer dude.. BS4 is in Alpha! lol but yes, I will make it support bs4 :) |
Figured it was a good of a time as any. |
Here's mine:
|
|
|
Please comment on #1337 |
I would love to see a two month display option like jquery ui datepicker has with its numberOfMonths option. |
locking in favor of Google Groups: https://groups.google.com/forum/#!topic/eonasdan-bootstrap-datetimepicker/DIe2m29Eog0 |
This is just a placeholder for things we would like to accomplish in the next major release. We try to follow SemVer as:
Please feel free to comment with additional ideas or requests
Features
TZ support (maybe)in v4.17.42!Bugs
Enhancements
Move tooltip text to separate arrayin v4!Breaking Changes
The text was updated successfully, but these errors were encountered: