hey guys, I have a problem here. I wish to generate 1 pop out date function.
below is my code of javascript..but still I cant get any pop out after I click my textfield..guidance needed...ty
<link rel="stylesheet" type="text/css" media="all" href="jsDatePick_rtl.min.css" />
<script type="text/javascript" src="img/jsDatePick..min.1.3.js"></script>
<script type="text/javascript">
window.onload = function(){
new JsDatePick.({
useMode:2,
target:"dateStartAppraisal",
dateFormat:"%Y-%m-%d"
});
};
</script>
<input name="dateStartAppraisal" type="text" id="dateStartAppraisal" >