简体   繁体   中英

How to open calendar format using html codes?

Can anyone please tell me about how to open calendar pop up format in html? So that the user could select date, month and year from the calendar in a form like course registration form.

How to design the form in html for selecting the dd-mm-yyyy?

Please give me suggestions.

Thanks in advance!

HTML5 offers this facility natively: HTML5 date picker .

If your target browser(s) do not yet support that, you have to implement it yourself in JavaScript, for example, by using one of the available date picker script s. Use the search engine of your choice.

This can be done using jQuery UI Datepicker

You cannot do it with HTML Only. Need the aid of Javascript to do it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM