<script language="" type="text/javascript">
Calendar.setup({
inputField : "DateTime", // id of the input field
ifFormat : "%d/%m/%y", // format of the input field
button : "Date_Time", // trigger for the calendar (button ID)
singleClick : true
});
</script>