Dojox calendar example
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.0/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.0/dojox/widget/Calendar/Calendar.css">
<input type="text" class="miniTextBox" id="${id}_Date" name="${id}_Date" maxlength="5"
data-dojo-attach-point="indate"
data-dojo-type="dijit/form/DateTextBox"
data-dojo-props="popupClass: 'Calendar', constraints : { fullYear : false, datePattern: 'LLLL yyyy', max: '2099-12-31' }"
promptMessage="Example: 10/14" />
<script type="dojo/require">
Calendar : "dojox/widget/MonthAndYearlyCalendar"
</script>
CSS
body, html, #chart {
height : 100%;
width : 100%;
}