Issue
Is there a way to create a calendar input like the example in the image below?
I have used <input type="date">
but it only shows content of one calendar and if want two it must have two <input type="date">
, but here I want one < input>
can display two calendar bodies and can select date on calendar body, is there a way?
<form action="/check_calendar.php">
<label>Calendar :</label>
<input type="date" name="calendar">
<input type="submit" value="SEND">
</form>
Example :
Solution
Use date range picker. You will achieved it very easily.
Answered By - Md.Emran Sikder
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.