Цитата:
|
target (String) – The id of the field to attach the calendar to , usually a text input field when using useMode 2.
|
единственного числа. жаль. как же они так, забыли
а вы меняете обработчик события загрузки
надо так
window.onload = function(){
new JsDatePick({
useMode:2,
target:"dayIn",
dateFormat:"%d-%M-%Y"
});
new JsDatePick({
useMode:2,
target:"dayOut",
dateFormat:"%d-%M-%Y"
});
};