Home »

dd/MM/yyyy Date Format in ASP.Net AJAX Calendar

When you use Calendar control in ajax, the default format is MM/dd/yyyy. You can change the format using MaskedEditExtender but it doesn't work for dd/MM/yyyy format. There's a simple way that do the trick is to add the CultureName "en-GB" for the MaskedEditExtender control.
//






//
Thanks to DevCurry.com for this solution!

Hope this entry help you!
If you found any mistake or error in this entry, please let me know. I'll try to fix that a.s.a.p.
Any solution is highly appreciated!

-Share2Learn-

1 comment:

  1. you should use jquery Datepicker. No need to use ajax. just javascript :)

    ReplyDelete