Date2 不能正常显示时间控件,而 Date 22 可以正常显示时间控件 。根据我的观察,这两个的差别在于 代码和注释之间是否换行,换行则 不能正常显示。。。。不知道为什么
<b>Date #1:</b> <input type="text" name="date1" id="sel1" size="30" onclick="return showCalendar('sel1', '%Y-%m-%d %H:%M', '24', true);"
></input>
<!--
<input type="reset" value=" ... "
onclick="return showCalendar('sel1', '%Y-%m-%d %H:%M', '24', true);"> -->%Y-%m-%d [%W] %H:%M -- single
click<br />
<b>Date #2:</b> <input type="text" name="date2" id="sel2" size="30" onclick="return showCalendar('sel2', '%a, %b %e, %Y [%I:%M %p]', '12');"
>
<!--
<input type="reset" value=" ... "
onclick="return showCalendar('sel2', '%a, %b %e, %Y [%I:%M %p]', '12');">--> %a, %b %e, %Y [%I:%M %p]
<br/>
<b>Date #22:</b> <input type="text" name="date22" id="sel22" size="30" onclick="return showCalendar('sel22', '%a, %b %e, %Y [%I:%M %p]', '12');"
><!--
<input type="reset" value=" ... "
onclick="return showCalendar('sel22', '%a, %b %e, %Y [%I:%M %p]', '12');">--> %a, %b %e, %Y [%I:%M %p]