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