修正
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<h2>仕訳一覧</h2>
|
||||
|
||||
<label>期間</label>
|
||||
<input type="date" id="fromDate" min="1900-01-01" max="2999-12-31" /> ~
|
||||
<input type="date" id="toDate" min="1900-01-01" max="2999-12-31" />
|
||||
<input type="date" id="fromDate" min="1900-01-01" max="2099-12-31" /> ~
|
||||
<input type="date" id="toDate" min="1900-01-01" max="2099-12-31" />
|
||||
|
||||
<label>摘要</label>
|
||||
<input type="text" id="keyword" />
|
||||
|
||||
Reference in New Issue
Block a user