maybe this should work better ?var month = parseInt(Drupal.settings.mymodule.date.month, 10) - 1;myCalendar.setMonth(month);
var month = parseInt(Drupal.settings.mymodule.date.month, 10) - 1;myCalendar.setMonth(month);
#1 – Tripple WTF ?
maybe this should work better ?
var month = parseInt(Drupal.settings.mymodule.date.month, 10) - 1;myCalendar.setMonth(month);