<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<script>
$(function() {
$('.datepicker1').multiDatesPicker();
});
</script>
</head>
<body>
<p>생년월일: <input type="text" class="datepicker1"></p>
</body>
</html>