Questions tagged [yui-calendar]

Calendar widget for the "Yahoo! User Interface Library" (YUI) written in JavaScript and opensource.

The Calendar widget is a visual representation of a range of dates in blocks of one or more months, which allows the user to select dates and navigate the date range.

In addition to the core logic for displaying a date range and allowing date selection and navigation, Calendar also provides options for custom date filtering, custom formatting of individual dates, various display options, internationalization, flexible templates, additional navigation plugins, and more.

Calendar is highly modular and easy to extend so that it can be modified or used as the basis for custom implementations and widgets.

more here

6 questions
3
votes
3 answers

Using YUI and Prototype Together

I want to add a calendar control to a page that already includes Prototype and Scriptaculous. Not happy with any of the Prototype ones I could find, I'm considring using the YUI Calendar widget. I this likely to cause any problems?
Voidstate
  • 283
  • 1
  • 3
  • 8
1
vote
1 answer

How to generalize the functions in Javascript

I have fromDate and toDate text boxes and when I select icon beside text boxes Calender will be displayed and when I select a date that date will be displayed in corresponding text boxes. My intention is to use single generalized function for both…
srini
  • 6,719
  • 8
  • 32
  • 36
0
votes
1 answer

Is it possible to set first day of alloy-ui scheduler weekview to monday insted sunday?

I'am using alloyui scheduler and weekview. I want to show from monday to sunday, not sunday to saturday. Is it possible to set first day of alloy-ui scheduler weekview to monday insted sunday? I want week view to show monday first and sunday last.…
Niru
  • 221
  • 1
  • 4
  • 12
0
votes
1 answer

Getting data into an input field from YUI Calendar with multi-select:true