Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC AJAX Calendar

I am currently learning ASP.NET MVC and I have followed Stephen Walther's tutorial: ASP.NET MVC Tip #36 – Create a Popup Calendar Helper.

The calendar is working, but I would like to change the date format to dd/mm/yyyy.

Also are you able to add arrows at the top, so that the calendar can be changed by year as well as month?

like image 688
Ros Avatar asked Mar 04 '09 14:03

Ros


1 Answers

I know this is probably for learning purposes, but a good solution already exists: JQuery UI Datepicker

like image 60
Alex Fort Avatar answered Oct 12 '22 13:10

Alex Fort