0
votes
1answer
16 views

jQuery UI: datepicker displays incorrectly

I'm trying to show a jQuery datepicker using $("#datepicker").show(); The CSS: #datepicker{ width: 200px; height: 50px; right: 200px; top: 200px; position: fixed; display: ...
0
votes
1answer
21 views

disabling struts2 jquery datepicker button image

i have following date picker window.onload=function ff(){ $('#date_row').load('load.jsp'); } function one(){ $('#date_row10').datepicker('disable'); ...
1
vote
2answers
46 views

jQuery UI Datepicker range select for three dates

I am setting three dates in ascending order Request, Submission and Approval respectively and using the jquery datepicker for the same. The javascript code is as follows: ...
0
votes
2answers
36 views

How to show the selected date in datepicker?

I'm Working with Asp .net MVC3.i'm having a text box with a datepicker image that textbox having a date filled in it.when i click select the datepicker image the popped up datepicker has to be ...
0
votes
1answer
17 views

Datepicker code help please

I'm wondering if anyone can help me troubleshoot my jquery datepicker code. I changed themes in shopify and now this datepicker doesn't come up with the calendar view. It just has a text box for text ...
0
votes
1answer
50 views

Get datepicker value to prepopulate a field after redirect

I have a form with a datepicker field and I want when I submit this form to redirect me to another page and pre-populate an input-field in another form. To be more specific. I have the form with the ...
0
votes
1answer
26 views

datepicker has no images for next and prev

i am using the datepicker using these libraries js http://code.jquery.com/jquery-1.9.1.js http://code.jquery.com/ui/1.10.3/jquery-ui.js css ...
0
votes
0answers
48 views

g:datePicker with jquery UI datePicker

I am using datePicker.js to display grails datePicker. I have start and end date g:datePicker class='StartDatetime' precision='minute' Now I am trying to set min and max Date for the datePicker. ...
0
votes
0answers
36 views

rails jquery datepicker not working

I can't get jquery datepicker to work in a nested form in rails. I am using the gem 'jquery-ui-rails'. Here is my form element: <%= f.text_field :timeframe, :class => "calender_pop" %> ...
0
votes
2answers
13 views

jquery datepicker ui - weeknds only

see there is a few post for this but tied but they don't seem to work. var noWeekend = jQuery.datepicker.noWeekends(date); currently my code does this and makes the weekends in active, but I would ...
0
votes
3answers
32 views

How to show datepicker on page without calling on any even or just after page load?

I am using jquery datepicker for selecting a date but in the example here it is called on click into a text box. I just want the same right after page load. User should see the date picker right ...
0
votes
1answer
36 views

jQuery Datepicker how can I add an array of dates to beforeShowDay

I have an jQuery Datepicker Calendar for tour bookings. Some days of the week are not available for bookings but these blocked dates are depending on the month(season). So for instance in December ...
0
votes
1answer
57 views

Jquery datepicker max setting

I have to set max date to last date of previous month, on and after 15th of the current month. I am able to get the last date of previous month but how do I get the last date of previous month only ...
1
vote
1answer
75 views

Show full date in input for jQuery UI Datepicker

Using jQuery UI datepicker, I have the following: <input type="text" id="check_in"> $( "#check_in" ).datepicker({ numberOfMonths: 2, dateFormat: 'dd/mm/yy', minDate: -1 }); When a date ...
1
vote
1answer
46 views

First Datepicker onchange 2nd date will automatic by 1 year

Hi friends is there any possible way to generate automate date by 1 year based on 1st datepicker.. $("#aggstarts").datepicker({ nextText: "", prevText: "", dateFormat: ...
0
votes
1answer
47 views

Jquery UI Datepicker close on pressing “OK” button

Ive set this button - closeText: "OK" , how to set up datepicker so it would not close when I pick day and close it only when "OK" button is pressed ?
0
votes
1answer
25 views

jquery datepicker not formatting the date

All I want is for the date to be in dd/mm/yyyy format when it is inserted into the input box but it comes through as the default mm/dd/yyyy. When I insert the date into the input with ...
0
votes
1answer
33 views

Datepicker minDate today and maxDate 31 Dec Next year

Try to limit the date selection between today and 31st Dec of next year. $(function() { $('.public-holiday-date-pick').datepicker({ minDate: '0', yearRange: '-0:+1', maxDate: ??? ...
0
votes
1answer
37 views

How to programatically call jquery datepicker select

I simply want to call jquery datepicker onSelect callback as if user selected a date manually. I initialize like the following: startDateTextBox.datepicker({ onSelect: function() { ...
0
votes
2answers
153 views

JQuery Datepicker change value attribute of div when current date is selected

The jQuery Datepicker is working great, but I would like the submit button to read different text based on whether or not the day selected is today. The submit button is a <button> and the text ...
0
votes
1answer
60 views

Jquery UI Datepicker Works, but unable to select date

I am using Jquery UI datepicker the code I am using is as follows ps_jquery( ".datefield " ).datepicker({ changeMonth: true, changeYear: true, yearRange: "-100:+10", }); This code is working fine ...
1
vote
1answer
215 views

Add jquery datepicker dynamically after page load

Upon a button click, I have some jquery that will add some html to the 'body' element. In that html, I have a datepicker input field which refuses to appear when it should. I use the ui-datepicker ...
1
vote
1answer
69 views

Django date format swap [SOLVED]

i have a problem with date format. I'm using 'Y-m-d' format. When i enter the format the next time i want to edit, swaps month and day. Reading the doc i see input_format parameter, so i force it ...
0
votes
1answer
101 views

Datepicker for each input element in dynamically created rows?

I have a dynamic for loop as shown below. It creates rows with 4 columns. I wanted to add a datepicker for one of the column with input field(). for (var i=0, file; file=o.files[i]; i++) { %} ...
0
votes
0answers
156 views

jQuery UI Datepicker month and year combo not working in Popup

When i open jQuery UI datepicker in BlockUI (popup) and try to change month and year, dropdown does not open. I work with jquery-1.3.2.min.js It also happened to someone this situation? Know how I ...
0
votes
0answers
55 views

trying to modify current jquery ui datepicker to show range

I have this working fiddle (http://jsfiddle.net/sunnyday195/3FC7n/) and although its working somewhat I still need it to do 2 more things: when you focus in on the return I want to show the current ...
0
votes
1answer
59 views

Jquery Datepicker - How to hide clear and “step” buttons?

I inherited a project for a client. The client doesn't want to have the "clear" buttons and the "step" (which increments the day/month/year by one) shown anymore. I can't figure out how to make these ...
6
votes
7answers
342 views

Why I can't use datepicker twice in the same table?

I know that there are simmilar questons, but I really can't find an answer fitting on my issue. I have this HTML table witch is looping trough an array - defined in my viewModel: <div ...
0
votes
2answers
192 views

How to disable all the dates that comes before the selected date? [duplicate]

I am a newbie to the Jquery and I am developing an Hotel application, where the users are allowed to select the 'check-in' and 'check-out' dates, and I am using a datepicker for these fields. ...
0
votes
1answer
115 views

jquery datepicker determine first shown date clicking next month

I want to get the first shown date of a datepicker when clicking on next (or previous) month. The datepicker shows 2 months (eg november and december) and when i click on next month i want to trigger ...
1
vote
1answer
856 views

Highlight, Disable specific days in jQuery UI datepicker

Here, i want to achieve following Highlight all holidays in date-picker Disable specific days in date-picker Disable specific weekends in date-picker I have snippets of each separately, but i want ...
0
votes
3answers
257 views

jquery datepicker multiple css classes

I am looking for a possibility to highlight different dates in jquery's datepicker with different CSS classes. Simply, append .green to 27-10-2013, .yellow to 02-11.2013 and .red to 05-11-2013. So ...
0
votes
0answers
236 views

Jquery UI timepicker add-on firing parsing error

I keep on get an error when using this the JQuery time picker add-on from here trentrichardson.com/examples/timepicker/ I don't know what's wrong with it and no matter what I do it doesn't change. ...
0
votes
2answers
301 views

Jquery datepicker display for multiple forms

I have my code structured in such a way that clicking on an 'Edit' button displays a hidden form (written in embedded ruby) within a 'div' html tag and within that form is a text_field_tag whose id is ...
0
votes
0answers
86 views

DatePicker help - split date into 3 hidden inputs - passing “past date”

My datepicker is passing dates, but they seem to be incorrect (booking engine keeps telling me they're "past"). jQuery(document).ready(function() { jQuery('#datepicker1').datepicker({ ...
0
votes
1answer
119 views

JQuery Datepicker - limit TIME options

I have a datepicker element with date and time. It is used to book an event for certain date and time. I want to restrict date and time options, so an event can be booked only on available time slots. ...
0
votes
1answer
138 views

datetimepicker jumps back to 1899 on focus, how can I fix it?

I am using date time picker http://trentrichardson.com/examples/timepicker/ to select date and time. However, there is something weird is happening when I click on the input field to select the data. ...
1
vote
1answer
215 views

Tablesorter + Datepicker Date Format Broken

When using datepicker in tablesorterk, such as This Example it says: // add any of the jQuery UI Datepicker options here (http://api.jqueryui.com/datepicker/) which we can assume that includes ...
0
votes
1answer
153 views

wrong value returned for month in datepicker of jquery ui when using the next arrow

I am using datpicker to provide options to select the month/year only and when the month is selected, a form is submitted with the selected value. here is the code: jquery ui datepicker with this ...
0
votes
0answers
56 views

Jquery UI Datepicker via Ajax call, issue in hiding weekdays dynamically

Here's my code var hideweek; var day; var cloDays = new Array(); function initdatepicker(hideweek){ var splitWeek = hideweek.split("&&"); $.each( splitWeek, function( skey, svalue ) ...
0
votes
3answers
803 views

How to add link (href) on selected days in jQuery Datepicker

I need small help with this script: var disabledDays = ["2013-9-5", "2013-9-13", "2013-9-28"]; var tips = ['aaa', 'bbb', 'ccc']; $("#datepicker").datepicker({ showButtonPanel: false, ...
2
votes
1answer
467 views

Uncaught TypeError: Cannot set property 'currentDay' of undefined [duplicate]

I have a textfield1 and a textfield in a modal, When I click on textfield1 it appears fine, but when I click on the textfield present in the modal the datepicker appears but on selecting the date ...
0
votes
2answers
597 views

Contact form 7 Datepicker, date range between 2 dates

I would like to have two date field in my Wordpress contact form 7. A start-date and an end-date. The fields will be datepickers from the "Contact Form 7 Datepicker" plugin. When visitor has selected ...
-1
votes
2answers
58 views

Displaying datepicker on custom DIV

I have bound jQueryUI datepicker to an input and I have a custom div--I'd like to bind the datepicker to that instead. For example: <input type="textbox" id="date"> <div ...
0
votes
1answer
170 views

Jquery datepicker to show multiple color on date selection

I have a date picker which shows active days. Within these active days, I need to show different color on selecting each date instead of date picker's default color. I have three array of dates which ...
1
vote
1answer
365 views

DataFormatString for DateTime

I'm trying to apply a format in a DateTime attribute but it is not working. I have this: [DataType(DataType.Date)] [DisplayFormat(DataFormatString = "dd/MM/yyyy", ApplyFormatInEditMode = true)] ...
0
votes
1answer
68 views

Remove the last days from the previous month datepicker

I have two calendars and I would like to use them without displaying the last days of the previous month. How can I get rid of the extra row? I looked into Datepicker's API, but I couldn't find ...
0
votes
2answers
389 views

Fill text box with date but don't show weekends in JQuery Date Picker

I am using the below code to display date or preload date in the date text field when the page is loaded. $(function() { $("#datepicker").datepicker({ dateFormat: "yy-mm-dd" ...
0
votes
1answer
66 views

jquery-ui - datepicker Not working as expected

I have a two input fields (From and To) which I have converted into date-field using jquery-ui date-picker module by applying datepicker() function. Demo But the problem with this is in the ...
0
votes
1answer
199 views

jQuery datepicker: style certain dates differently

I'm using a jQuery datepicker combined with the isotope plugin filter feature to filter out divs dependant on dates. The .blocks divs each have dates assigned via data-value allowing you to filter the ...

15 30 50 per page