formatting and date validation
This commit is contained in:
parent
2cd994977b
commit
828fea6d66
@ -12,7 +12,14 @@
|
|||||||
<div class="row justify-content-center mt-3">
|
<div class="row justify-content-center mt-3">
|
||||||
<div class="col-md-4 align-self-center ">
|
<div class="col-md-4 align-self-center ">
|
||||||
<form name="myform">
|
<form name="myform">
|
||||||
<input type="date" name="appointment-date" id="appointment-date" class="form-control mt-3" min="{{ from_date }}" max="{{ to_date }}">
|
<input
|
||||||
|
type="date"
|
||||||
|
onchange="ondatechange()"
|
||||||
|
name="appointment-date"
|
||||||
|
id="appointment-date"
|
||||||
|
class="form-control mt-3"
|
||||||
|
min="{{ from_date }}"
|
||||||
|
max="{{ to_date }}">
|
||||||
<select name="appointment-timezone" id="appointment-timezone" class="form-control mt-3">
|
<select name="appointment-timezone" id="appointment-timezone" class="form-control mt-3">
|
||||||
{% if timezones %}
|
{% if timezones %}
|
||||||
{% for timezone in timezones%}
|
{% for timezone in timezones%}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user