| Disableing only past dates ¶ | |
| Hi everyone Thanks for this great calendar, it saves me a lot of time. Thanks in advance | |
| last |
| When click in next mont(year) and the previous month(year) ¶ | |
| Hi experts, I have a problem, when click in the next month (or year) or in the previous month (or year) appear the date in the textbox... How can avoid it? I only want that write the date when click in a day. Thanks in advance, | |
| last |
| Deleting or replacing next/previous year buttons ¶ | |
| Hi all. I noticed that many visitors on my website are confused with the date navigation buttons: "previous month" (<), "next month" (>), "previous year" (<<), "next year" (>>). They think the buttons behave this way: "previous day" (<), "next day" (>), "previous month" (<<), "next month" (>>). Do you know how I could: Thanks in advance. | |
| last |
| Multiple date selection ¶ | |
| Hi There, Before I begin, I'd like to extend my thanks to the creator of this awesome bit of open souce code allowing people like me to not have to re-invent the wheel when it comes to enhancing the user friendliness of their sites, cheers! To business - I've been playing with the pop-up calendar for a while now and what I'd truly like to do is allow the user to make multiple date selections. Larry | |
| last |
| All selects hidden ¶ | |
| I am trying to use the calendar as a flat calendar. I have positioned my div element so it is no where near any inputs that are selects. However when I load the page all selects and hidden until I choose a date on the calendar. At that point they all are visible and everything works great. This is happening in ie7. Can you point me to the place in the code where you hide the select inputs so I can try messing with it? | |
| last |
| dateEl is null (Firefox problem) ¶ | |
| I am have trouble using the calendar in firefox, it works perfectly fine in IE but when using FF3 I get the following error "dateEl is null" This happens when I click the calendar icon, the calendar does not appear, just that error (picked up with firebug, if firebug is not used then nothing happens at all) Is this a known issue at all? any ideas? Thanks very much | |
| last |
| Pre-selected date ¶ | |
| Hi all, My thanks for this great piece of code! The context to this is as follows: Larry | |
| last |
| Re: Pre-selected date ¶ | |
| Try 'date' in Calendar.setup: Calendar.setup({ /Barry | |
| last |
| Disabling todays date ¶ | |
| I have the DHTML calendar on a web site and I am using the dateIsSpecial function to only show valid dates. However is it possible to get the script to automatically disable/hide todays date?? Thanks | |
| last |
| XHTML trouble ¶ | |
| Hello all, I looked through the documentation and browsed around the forums and was unable to find a solution to my problem. I found a topic describing a similar issue that was titled "Use dynarch calendar script in JSF" and was posted in late May of 2007 (http://www.dynarch.com/forums/2003). When my pages that use jscalendar are saved with the XHTML file extension, the popup calendars don't work (I haven't attempted with flat calendars). The same also applies when I use PHP's header() function to set the content type to application/xhtml+xml. I use the Firebug extension in Firefox, and yesterday, the first few times I attempted to use XHTML with jscalendar, Firebug threw two unhandled exception errors when I would click on the trigger. The first time I would click, the error was occurring at line 1138 of calendar.js. The second time I would click, the error would was occurring at line 763. Then no more errors were thrown in subsequent clicks. Both lines deal with setting the innerHTML of a table cell. Unfortunately, in the last several attempts, Firebug hasn't thrown these errors, so I am unable to post them. So I guess my question is, is anyone aware of what may be causing this issue or of any workarounds? Sorry to be so long in the description of the issue. Thanks in advance for any assistance. Sid | |
| last |
| Spin-Buttons ¶ | |
| Hello, On the down belog image, the time fields of the calendar object have to spin buttons (up/down): Is there any chance to set these up/down buttons for the time fields of a calendar? Thank you very much | |
| last |
| Set Mutiple Dates ¶ | |
| I would like to initialize the calendar with multiple dates. My usecase would be to use the Calendar in multiple-select mode in a form to set some information. When someone would like to change this information, they would acces the "Edit Info" Page, and all the previously recorded information would already be entered in the form. How do I pre-select the dates in the calendar? I've tried multiple variation of the SetDate function, but nothing seems to work. Thanks | |
| last |
| Problem with flat calendar ¶ | |
| I'm having an issue using the flat calendar. I can get it to work as long as the user selects a date, including the current date, but if they do not click on a date, the date gets set to December 31, 1969. Obviously this presents a problem. Also, every time I try to set the inputField to the id of the input on the form, the calendar fails to display. If I either get rid of the input tag on the form, or get rid of the inputField info in the Calendar.setup, the calendar displays. The only way I can get the calendar to work at all flat is to use this (in which case the calendar displays and works correctly): the first line of my form: my script after the form: <script type="text/javascript"> function dateChanged(calendar) { Calendar.setup( and in my PHP form processor I had to add this to get the date formatted correctly: $array['Date'] = date("m/d/Y",strtotime($array['Date'])); The calendar is awesome, just not functional for me at the moment. By the way, I know next to zero javascript, so that doesn't help. Thanks in adavnce. | |
| last |














