input for offer's ends_date field must be datetime
This commit is contained in:
parent
1f8ef61275
commit
28e41d3f7d
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue