Commit fa441dd7 authored by Frank Bergmann's avatar Frank Bergmann

- Merged stuff from Malte

parent f37c0615
...@@ -1730,7 +1730,7 @@ function showCalendarWithDateWidget(id,fmt) { ...@@ -1730,7 +1730,7 @@ function showCalendarWithDateWidget(id,fmt) {
// first-time call, create the calendar // first-time call, create the calendar
var cal = new Calendar(true, null, selectwidget, closeHandler); var cal = new Calendar(true, null, selectwidget, closeHandler);
calendar = cal; // remember the calendar in the global calendar = cal; // remember the calendar in the global
cal.setRange(2000, 2010); // min/max year allowed cal.setRange(2000, 2070); // min/max year allowed
calendar.create(); // create a popup calendar calendar.create(); // create a popup calendar
calendar.parseDate(calval,fmt); // set it to a new date calendar.parseDate(calval,fmt); // set it to a new date
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment