How to create simple calender in javascript,
AntonyRayan 15 Posting Whiz in Training
Recommended Answers
Jump to PostThe easiest way would be jQuery-ui's Datepicker.
<script> $(function() { $( "#datepicker" ).datepicker(); }); </script> <input type="text" id="datepicker">
All 3 Replies
djjeavons 113 partis vestri scientia
Traevel 216 Light Poster
AntonyRayan 15 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.