多个日期选择器实例

如何才能使用多个日期选择器实例? 一个日期选择器正在工作,但是日期选择器的下一个实例正在调用相同的弹出窗口,如何继续? 任何人都可以给我你的电子邮件ID …我将邮寄给你整个代码…然后你将能够以更好的方式获得整个想法

http://jsfiddle.net/premseoul/BjDYP/

Zip中的链接提供了整套代码..请下载邮箱….. http://www.4shared.com/file/ZQy2A3DU/DateTime.html

http://jsfiddle.net/d4Aqz/

$( "#datepicker" ).datepicker(); $( "#datepicker2" ).datepicker(); 
 window.onload = function(){ new JsDatePick({ useMode:2, target:"inputField1", dateFormat:"%Y-%m-%d" /*selectedDate:{ This is an example of what the full configuration offers. day:5, For full documentation about these settings please see the full version of the code. month:9, year:2006 }, yearsRange:[1978,2020], limitToToday:false, cellColorScheme:"beige", dateFormat:"%Y-%M-%d", imgPath:"img/", weekStartDay:1*/ }); }; 

但是这个函数就是这样调用的

我不知道你的意思。 但是如果你有多个日期选择器,你必须使用class

  
Problem Date :
Eff. Date :