input for offer's ends_date field must be datetime

This commit is contained in:
saparatayev 2021-07-19 08:53:09 +05:00
parent 1f8ef61275
commit 28e41d3f7d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<div class="post_input">
<label for="good-cost">Ends at <span>*</span> </label>
<input type="datetime" name="ends_at">
<input type="datetime-local" name="ends_at">
<span data-validate-for="ends_at" style="color: red;"></span>
</div>