Hi,
I am using calendar extender control in my application. In windows server 2008 R2 when I click on calendar extender control and selects a date it displays date in 'dd/mm/yyyy' format. And everything is working fine for me.
But when I am using the same piece of code in Windows Server 2012 R2 and click on calendar Extender control it displays the date in 'mm/dd/yyyy' format and datetime parsing fails with the error "string was not recognized as the valid datetime". I have searched
for it on net but none of them worked.
Please suggest me the ways of solving this issue and why this issue is occurring only in Windows Server 2012 R2 and not in Windows Server 2008 R2.
Thanks for help
Go to the complete details ...