Can any one post the calender code in asp.net???
It may be either javascript funs or ajax calender control but selected date format should be dd/mm/yyyy
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinodh NarayananPosted Dec 10, 2014, 5:15 AM
here is a code to create a datepicker
$(function () {
$("#txtdbo").datepicker({
dateFormat: 'dd/mm/yy',
changeMonth: true,
changeYear: true,
yearRange: '-100y:c+nn',
maxDate: '-1d',
});
});
Output:
priya AvanigaddaPosted Nov 14, 2014, 5:21 AM
Joginder BangerPosted Nov 14, 2014, 5:16 AM
priya AvanigaddaPosted Nov 14, 2014, 3:54 AM
Joginder BangerPosted Nov 14, 2014, 3:40 AM
priya AvanigaddaPosted Nov 14, 2014, 3:34 AM
Joginder BangerPosted Nov 14, 2014, 3:17 AM
priya AvanigaddaPosted Nov 14, 2014, 3:04 AM
Joginder BangerPosted Nov 14, 2014, 2:43 AM
priya AvanigaddaPosted Nov 14, 2014, 2:39 AM
Joginder BangerPosted Nov 14, 2014, 2:36 AM
I use you same code and change the textbox
html xmlns="http://www.w3.org/1999/xhtml">