views:

409

answers:

1

I need to show a Hijri Date time picker in windows mobile. .netcf 2.0

System.Threading.Thread.CurrentThread.CurrentCulture is not defined in .net cf 2.0

I have set the controla panel regional settings correctly but the date time picker still shows gregorian dates.

How can I get a Hijri date time picker in windowxs mobile.

Thanks.

A: 

System.Globalization.CultureInfo.CurrentCulture.* should help...

Auri Rahimzadeh