Skip to Content
Menu
This question has been flagged
1 Reply
1975 Views

please help me to solve this..i have been searching for it but no use..

thanks in advance.

Avatar
Discard
Best Answer

Hi,
Please add the following lines to the XML file of the corresponding form view:

<script>
$(document).ready(function () {
$("#txtdate").datepicker({
minDate: 0
});
});
</script>
<input id="txtdate" type="text"/>

Hope it helps

Avatar
Discard
Author

thankyou its working