error77
asked on
JQuery DateBox assign dates to calendar
Hi all,
I am using JQuery Mobile Databox plugin.
http://dev.jtsage.com/jQM-DateBox/
Does anyone know or have an idea on how I can assign multiple dates to the calendar?
Right now it only does the set or current date ... I need to assign more dates to it.
Hope someone can help
Thanks
I am using JQuery Mobile Databox plugin.
http://dev.jtsage.com/jQM-DateBox/
Does anyone know or have an idea on how I can assign multiple dates to the calendar?
Right now it only does the set or current date ... I need to assign more dates to it.
Hope someone can help
Thanks
Can you explain what do you mean by >>> assign multiple dates to the calendar?
ASKER
Sure, I need the Calendar to be able to read multiple dates and highlight them.
By default it only does one, the current date or assigned default date.
I need it to read more than one date and highlight them in the calendar.
Make sense?
Thanks
By default it only does one, the current date or assigned default date.
I need it to read more than one date and highlight them in the calendar.
Make sense?
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Fantastic! Thanks very much. Next move is to have it read it from an external source ... eg: JSON file, xml or something like that ... but I'm opening another question for that. Thanks very much for this.