Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an problem. Pls solve my problem as soon as possible.

My problem is How to change date format like dd/mm/yyyy in ajax calendar extender.
Posted

1 solution

Use 'Format' property of Calendar.
VB
Format="dd/MM/yyyy"
 
Share this answer
 
Comments
Sunil.yadava09 14-Aug-10 23:46pm    
Dear Friend I can use this format but after compiling the answer will be 12/00/2010 month cannot be true. pls reply me again or r u test this code.

by the way thanks for ur reply
Sunil.yadava09 14-Aug-10 23:53pm    
Thanks your code work properly thanks for answers.
Sandeep Mewara 15-Aug-10 2:27am    
You were getting '00' because you were using 'dd/mm/yyyy'; mm==minutes, MM = months.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900