Skip to main content

Questions tagged [jquery-ui-datepicker]

A datepicker widget from jQuery-ui which allows the user to select a date from a popup or inline calendar

jquery-ui-datepicker
855 questions with no upvoted or accepted answers
8 votes
5 answers
6k views

jquery ui multi dates picker data range without weekends

I am using this multidate picker. Is it possible to use date range mode where no weekends would be selected? I have already done multidatepicker where weekends are blocked and where user can select ...
Gasper's user avatar
  • 969
5 votes
2 answers
3k views

Automatically set selected date to altField on load

I want to set the values of the datepicker field and the altField when the page is loaded, and I was wondering if there's an option in the datepicker to do that automatically (i.e. without having to ...
willvv's user avatar
  • 8,569
4 votes
0 answers
1k views

jQuery UI datepicker on mobile Safari (iPhone) month/year dropdown strange behaviour

This issue is apparent on mobile Safari on an iPhone (I haven't tested on other iOS devices) but I have not been able to reproduce on Windows or Android. A simple version can be found at https://...
user avatar
4 votes
2 answers
2k views

jQuery mobile datepicker is not working properly on popup

I am developing simple demo application to take start date and end date from user using jQuery mobile datepicker and jQuery mobile popup. My problem is that, popup is opening successfully but when I ...
Rakesh Patil's user avatar
4 votes
1 answer
1k views

Validation error when selecting date greater than 12

In my mvc4 application if i select date greater than 12,am getting error "Date is not valid". It works good for date less than 12..The format obtained while selecting date in datepicker is 'mm/dd/yyyy'...
Mizbella's user avatar
  • 946
4 votes
1 answer
1k views

DataType attribute wrecking jQuery datepicker on Datetime field

I am using MVC 4 and Razor views and am having trouble understanding why the Edit view on my Date field is not binding properly to the built in jQuery datepicker. The field is of datatype Date in the ...
Ash Machine's user avatar
  • 9,821
3 votes
0 answers
1k views

jquery datepicker: Multiple instances with different settings

I need to have two datepicker instances on the same page, but they need to function with different settings, specifically, I need 'datepicker A' to show full date calendar on click, but I need '...
sergeidave's user avatar
3 votes
0 answers
69 views

DataPicker's localization in WebSharper.JQueryUI

It is known that Datepicker of jQuery UI provides support for localizing its content to cater for different languages and date formats: $( selector ).datepicker( $.datepicker.regional[ "fr" ] ); ...
fpawel's user avatar
  • 419
3 votes
0 answers
447 views

angular js custom filter does not update view or changes original array

I have created a custom filter to filter images that i get from MySql using php. Then i pass the array into angular using encode and what i get is $scope.pics which has ID,pic_name and upload_date for ...
Nav Deep's user avatar
3 votes
0 answers
1k views

Datepicker not working inside jquery dialogbox

I have implemented datepicker inside jquery dialog box and i when i click outside dialogbox the calender disappears and it does not appear back when i click inside my datepicker textbox. this is ...
Always_a_learner's user avatar
3 votes
0 answers
2k views

Set UTC date in jQuery UI Datepicker

I have this snippet: var _datePicker = $(this); // This is inside a cycle _datePicker.datepicker("setDate", new Date(_datePicker.data("defaultdate"))); And it works ok, but the problem is data("...
Cito's user avatar
  • 1,699
3 votes
0 answers
1k views

jquery ui datepicker force non-inline (popup) mode on span or div

I am attaching datepicker to a span but I want the popup style and functionality that you get from attaching to an input. I can change the css to position:absolute, but the datepicker does not close ...
Benjamin's user avatar
  • 3,184
3 votes
1 answer
268 views

Stop sj:datepicker from opening Struts2

I have following <sj:datepicker> : <sj:datepicker id="dateFrom_id%{index}" name="billingItems[%{index}].dateFrom" value="%{billingItems[#index].dateFrom}" displayFormat="...
kozla13's user avatar
  • 1,884
3 votes
1 answer
5k views

jquery - beforeshow and beforeshowday on an inline datepicker

I have the following code which works fine on a datepicker attached to an input but does not run the beforeshow and beforeshowday parts when used with an inline datepicker. What can I do to get ...
Tom's user avatar
  • 12.9k
3 votes
0 answers
2k views

Multiple Date Range Picker

I'm wondering how to create a Multiple Date Range Picker in JQuery. I have 4 weeks and I'm about to select 5 days per week. Week 1 has date_from1 and date_to1. Week 2 has date_from2 and date_to2. ...
jamcoder's user avatar
  • 569

15 30 50 per page
1
2 3 4 5
57