onokazu
onoka****@users*****
2005年 6月 1日 (水) 14:30:13 JST
Index: xoops2jp/html/include/calendarjs.php diff -u xoops2jp/html/include/calendarjs.php:1.1.6.3 xoops2jp/html/include/calendarjs.php:1.1.6.4 --- xoops2jp/html/include/calendarjs.php:1.1.6.3 Tue May 31 15:39:25 2005 +++ xoops2jp/html/include/calendarjs.php Wed Jun 1 14:30:12 2005 @@ -32,7 +32,7 @@ if (calendar != null) { calendar.hide(); } else { - var cal = new Calendar(true, <?php if (isset($jstime)) { echo 'new Date('.$jstime.')'; } else { echo 'null';}?>, selected, closeHandler); + var cal = new Calendar(true, <?php if (isset($jstime)) { echo $jstime; } else { echo 'null';}?>, selected, closeHandler); calendar = cal; cal.setRange(2000, 2015); calendar.create();