Calendar with date and time in asp.net
Is there any f开发者_如何学编程ree 3rd party calendar that I can use for selecting date and time in my webpage. I found some but it was not for free. Thanks
You can download it free from here:
http://www.west-wind.com/jqueryweb/jqueryDatepicker.aspx
DateTime Picker can be downloaded from her, you can pick time along with date:
http://www.projectcodegen.com/JQueryDateTimePicker.aspx
with alot of customizing options.
Hope this helps.
Take a look at the Calendar control in the ajax control toolkit.
You can use AjaxControlToolKit for your purpose.
Edit:
You can try ASP.NET Timepicker.
精彩评论