Click here to Skip to main content
15,904,023 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have calender extender in my website.
I want to display the date with higri date.
I've found solution:

First go to web.config and under
HTML
system.web


put

HTML
<globalization culture="ar-EG" uiCulture="ar-EG"/>



if u want the arabic calender and if u want it hijricalender put

HTML
<globalization culture="ar-EG" uiCulture="ar-EG"/>



goto ur page in ScriptManager properties and make
HTML
EnableScriptGlobalization="true"

EnableScriptLocalization="true"


but it does not work

could any one help me ?
Posted
Updated 15-Nov-14 22:34pm
v2

1 solution

 
Share this answer
 

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