This is a simple question.
I want to create an inline calendar that does not have any selectable dates. I want the date to be selected by a preset hidden input field. Should I use the datepicker plugin. This seems like the wrong thing to use since I am not really doing any picking persay..
anyone have any exp with this. Just need to make a static calendar.
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/inlineDatePicker.html
something like this but without dates or months selectable.
Yes You can use it to make static calendar (but best if You are already using some jquery ui features so no additional js will be necessary for download).
You can use two options:
Full code (working)
You can see, that datepicker is bounded to div not textfield.
First line in body is place where You can define static date. Remember too use format that is also set in datepicker.