Hi!
How can I get the current time zone of my PC when using the Calendar Extender?
My problem is that after 04:00 PM in my country, it automatically disables the current date even though it's not yet 12:00 in the midnight.
Here's my code:
protected void Page_Load(object sender, EventArgs e) {
cal_DateFrom.StartDate = DateTime.Now;
}