datepicker

Jquery DatePicker color Sunday red

Is there a way to change the color to, say red, the Sundays in a Jquery Datepicker? ...

How to use a JQuery datepicker in a simple Rails app?

I am a newbie when it comes to Ruby On Rails (and web programming in general). I come from a typical desktop programming background. I have written a couple simple rails applications, but this is my first try at using Rails3, and my first usage of jQuery. I am having trouble understanding how to connect my jQuery datepicker to my Rail...

kelvinluck jQuery datePicker: 2 inline calendars - i need to set EndDate of 2nd on selecting 1st calendar

Hi all I'm stuck. Tried all the angles but i cant seem to get it working. I have 2 inline calendars. When i select a date from the dtFrm calendar it sets the date on the dtTo calendar as expected. I just cant seem to set the EndDate of the dtTo calendar. Anyone manage to solve this one? Thanks! Lance using:jquery.datePicker.min-2...

Why Is Bottom Half of Custom UIActionSheet with UIDatePicker Disabled?

Everything seems to be working great with my UIActionSheet that contains a UIDatePicker except that the bottom half of the DatePicker is disabled. Visually there is a shadow that makes the bottom half of the picker darker than the top half. Everything in the bottom half is disabled and I can't for the life of me figure out how to enable ...

jQuery UI datepicker - add static text underneath the calendar?

This is on the one that pops up when you click the linked input element. I want to be able to insert some static text underneath the table of dates that will appear and stay even if the user scrolls to different months. I managed to sort of getting working by, with jQuery, using $('.ui-datepicker').after('text'); on the .ui-datepicke...

How to align Datepicker to text box right edge?

I have jQuery UI Datepicker on the top right edge of my layout. By default, it opens aligned to the left edge of its text box. Thus, it falls out of the layout: How to make it open aligned to the right border of its text box? ...

iPhone Datepicker plays 'tick' sound

Hey guys, Does any of you know what event I can tap into on the DatePicker when the wheel moves. I want to play a sound (got sound code) as the wheel spin. Just like the timer set picker in Apple's clock app. All that is there is a single event for ValueChanges which only fires once, at the end of a wheel spin. Thanks in advance ...

jquery datepicker date not binding to asp.net textbox in gridview editing/updating (with masterpage)

Hi, in the code below, the string sFoodFormReceived1 always gets the value of DateTime.Now. I dont know how to make the date clicked on the datepicker UI bind to the textbox in the gridview gvReservationsWithForms. protected void gvReservationsWithForms_RowUpdating(object sender, GridViewUpdateEventArgs e) { GridViewRow row = gvRe...

Jquery DatePicker changing month using dropdown causing window scroll

I can only see my datepicker when i scroll the page.After scrolling if i click on datepicker , it opens as expected but after changing month using dropdown, the scroll position of window is moved up little bit causing datepciker hidden. So can't click on it. ...

jQuery UI Datepicker minDate changes adjust the calendar; how can I freeze it?

I have a five-month Datepicker inline calendar. startDate is a variable I wrote which is set by a user click event. I am adjusting the minDate and maxDate options after init by doing this: $('#datepicker').datepicker("option",{"minDate":startDate,"maxDate":endDate}).datepicker("refresh"); However, when the calendar is refreshed, it d...

JQuery DatePicker not saving correct dates on partial postback.

So I have some textboxes (in an UpdatePanel in a ModalPopup in a User Control) that look like this: <asp:TextBox ID="exampleTextBox" runat="server" MaxLength="10" CssClass="datepicker" ReadOnly=true Text='<%# Bind("ExampleDateField") %>' Width="77px"> </asp:TextBox> I also have some jQuery (imported from file on the Master p...

Can do I use a date picker to set a google gadget preference?

This is not for a desktop gadget. I want to have a user preference that is a date. Can I use a date picker to do this or can I only use a html input field? ...

Problem with Time/Date picker not recognizing Strings

Here is a snippet of code that i am working with. I am making an app for android and everything is going great except this one problem and google has not been my friend on this. I have highlighted the important parts. The problem is when the TextViews are loaded with data using the updateboxes() method everything works great. When they a...

date picker in smooth box

hi all, i have used http://www.monkeyphysics.com/mootools/script/2/datepicker calendar for my smarty template site. this site is using smoothbox too. the calendar works perfect in normal pages, and also in smoothbox if ?TB_iframe=true but it not works with hidden div smooth box inlineid ...

How to make a listener for a datepickers cancel button in Android?

Hi, I'm using a datepicker in Android to let the user to choose the date. I want it to do one thing if the user picks a date and sets it (I have that working fine) and then to clear a certain text field if the user pushes the cancel button on the datepicker (open up the datepicker but then cancel out of it). The way I've been trying is...

Grails - how to convert the text in an input field into a java date object using a taglib

I am trying to design my own custom set of tags using grails and i am having problems converting my date text into a Date object using the grails taglib. I have only succeeded in rendering already existing dates into a chosen format, but when i try to change the date and save it again, i run into problems ...

highlight the current week in date_popup drupal

Is there any way to highlight the current week starting from Monday to next Sunday ? Thanks in advance ...

jquery datepicker : Validate current input value?

I've been using the Datepicker plugin from jQuery UI. I want to be able to validate if the input textbox it is attached to currently has a valid date or not. For example: If someone decides to type in 02/30/2010 I'd like to be able to somehow ask the plugin if that current input value is a valid date (which it is not in this case). Do...

jQuery - Live initialization of AnyTime Picker on appended element

http://www.ama3.com/anytime/ $(".pick_date").AnyTime_picker({ format: "%W, %M %D, %z" }); This is code to initialize AnyTime picker on .pick_date element. But if I append element then AnyTime doesn't work on it. Is there a way to make it work. I tried this: $('#submit-buton').live("click", function() { $.ajax({ type: "P...

jQuery date time picker

Hi everyone, Can anyone recommend me jQuery date picker whick is not jQuery UI. Thanks a lot. ...