修正
This commit is contained in:
@@ -78,9 +78,9 @@
|
||||
<select id="accountSelect"></select>
|
||||
|
||||
<label>期間:</label>
|
||||
<input type="date" id="fromDate" />
|
||||
<input type="date" id="fromDate" min="1900-01-01" max="2099-12-31" />
|
||||
〜
|
||||
<input type="date" id="toDate" />
|
||||
<input type="date" id="toDate" min="1900-01-01" max="2099-12-31" />
|
||||
|
||||
<button onclick="reloadTransactions()">表示</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user