Hi Peter,
this code gives a min date 15.04.2014. If I want to enter 01.10.2014 it does not work,
because ’01’ is always set to 15.
<script type="text/javascript">
$(document).ready(function () {
$("#jqxWidget").jqxDateTimeInput({width: '200', height: '25', culture: 'de-DE', min: new Date(2014, 3, 15)});
});
</script>
<div id='jqxWidget'></div>
I appreciate your help.
Best regards
Lars