My jquery version
<script src="scripts/jquery-1.4.4.js"></script>
<link href="scripts/jquery-ui.css" rel="stylesheet" />
<script src="scripts/jquery-ui.js"></script>
and this javascript code
$("#Textdate2").datepicker({ dateFormat: 'dd/mm/yy',
isBuddhist: true, defaultDate: toDay })
If have defaultDate: toDay
when I click on textbox nothing happens, but If toDay
change to null
, It still an en calendar what I need to do ?