release-notes.html

来自「提供了如何用一个java时间控件来代替手工输入」· HTML 代码 · 共 35 行

HTML
35
字号
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN"><html>  <head>    <title>jscalendar release notes</title>    <style type="text/css">      h1 { border-bottom: 1px solid #000; }      h2 { border-bottom: 1px solid #444; }      ul li { margin-top: 0.5em; margin-bottom: 0.5em; }    </style>  </head>  <body>    <div style="float: right; border: 1px solid #000; background: #fff; padding: 10px; ">      <a href="http://www.dynarch.com/projects/calendar/">The Coolest DHTML Calendar</a><br />      漏 <a href="http://www.dynarch.com/">Dynarch.com</a> 2002 and later.    </div>    <h1>jscalendar release notes</h1>    <p>This release compiled at Monday,  7 Mar 2005 (19:06).</p>    <h2>1.0</h2>    <ul>      <li>        Added support for multiple dates selection.  In this mode the        calendar will allow the user to select more than one date, and        will maintain an array of selected dates that can be        investigated from your custom handlers.  Sample in <a        href="multiple-dates.html">multiple-dates.html</a>.      </li>      <li>        Support for 鈥渄ay info鈥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?