In My application I used Calendar Extender and Here My issue is when ever I uploaded my application into Go-daddy domain My calendar extender today's date changing after afternoon 1 clock and also my application is working in my local system is perfectly.
Here I am Validating Date like"Future Date Will Not be accepted" and I want to set and show date in Text-box like Indian time.
I didn't understanding above issue .Please Help me ASAP.
After reading your description, as far as i know, you run the project in the local machine, it is run in IIS actually. At this time, your machine is server side, also is client side, so the time is right. After you deploy the project to Go-daddy server,
it will show the server's timezone time. I hope you could refer to this tutorial about how to show time through user timezone, if India user access this site, it will show India time. Here is the tutorial, please check:
How to: Display Localized Date and Time Information to Web Users:
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
6 Points
17 Posts
Ajax Calendar Extender Issue
Feb 06, 2018 06:18 AM|mamidi234|LINK
Hi team,
Here I am Using ASP.Net Application.
In My application I used Calendar Extender and Here My issue is when ever I uploaded my application into Go-daddy domain My calendar extender today's date changing after afternoon 1 clock and also my application is working in my local system is perfectly.
Here I am Validating Date like"Future Date Will Not be accepted" and I want to set and show date in Text-box like Indian time.
I didn't understanding above issue .Please Help me ASAP.
Thanks in Advance
Contributor
6680 Points
2715 Posts
Re: Ajax Calendar Extender Issue
Feb 07, 2018 09:44 AM|Eric Du|LINK
Hi mamidi234,
After reading your description, as far as i know, you run the project in the local machine, it is run in IIS actually. At this time, your machine is server side, also is client side, so the time is right. After you deploy the project to Go-daddy server, it will show the server's timezone time. I hope you could refer to this tutorial about how to show time through user timezone, if India user access this site, it will show India time. Here is the tutorial, please check:
How to: Display Localized Date and Time Information to Web Users:
https://docs.microsoft.com/en-us/dotnet/standard/base-types/how-to-display-localized-date-and-time-information-to-web-users
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.