datepicker textbox in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
how to make a textbox datepicker in asp.net framework 4.5, and using this in a content page
-
how to make a textbox datepicker in asp.net framework 4.5, and using this in a content page
Not just use in asp.net project,also use in other type page,like php,jsp and so on! let's show you my ways! put this in page header and write a script $(function() { $('#birthdate').datepicker({ format: 'yyyy-mm-dd' }); }); the birthday is the input control number!