修正
This commit is contained in:
@@ -99,10 +99,10 @@
|
||||
|
||||
<div class="search-form">
|
||||
<label for="dateFrom">開始年月日:</label>
|
||||
<input type="date" id="dateFrom" />
|
||||
<input type="date" id="dateFrom" min="1900-01-01" max="9999-12-31" />
|
||||
|
||||
<label for="dateTo">終了年月日:</label>
|
||||
<input type="date" id="dateTo" />
|
||||
<input type="date" id="dateTo" min="1900-01-01" max="9999-12-31" />
|
||||
|
||||
<button id="btnSearch">検索</button>
|
||||
<button id="btnFullYear" class="secondary">全年度表示</button>
|
||||
|
||||
Reference in New Issue
Block a user