Java Script calendar tool (jsDatePick)
Java Script calendar tool (jsDatePick)
jsDatePick is a free Javascript calendar (for date picking),
optimized for speed, flexibility, and aesthetics. It can easily be used by
webmasters with little to no Javascript experience, or experienced Javascript
programmers.
Copy paste this code to every page you want the calendar to
be available at
<head>
<link rel="stylesheet"
type="text/css" media="all"
href="jsDatePick_ltr.min.css" />
<script type="text/javascript"
src="jsDatePick.min.1.3.js"></script>
<script type="text/javascript">
window.onload
= function(){
new
JsDatePick({useMode:2,
target:"inputField",
dateFormat:"%d-%M-%Y"
}); };
</script>
<head>
Download related CSS and jquery from below link:-
Use the above code where you want to display calendar.
<body>
<h2>This
is your JsDatePick calender </h2>
Try it
<input
type="text" size="12" id="inputField" />
</body>
Keep jquery, CSS and
your page in same folder.
Above code is functional. If you find any problem in
applying this , please contact us at www.bel-technology.com .
0 comments