vote up 1 vote down star
2

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?

flag

73% accept rate

1 Answer

vote up 4 vote down check

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

link|flag
Thank you. I used the JQuery UI DatePicker and now have the calendar working. – Roslyn Mar 5 at 8:32
Is there a demo of how the DatePicker works with data from a database? For example you have a table with events in it and want to render this in the DatePicker to link to a page with the event details? – Jon Apr 29 at 9:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.