what I'm trying to achieve here is as follows:
Javascript gets the current server time and converts it to eastern time following which the script checks if the time falls within a few time range and if so, display an asp.net button in the page.
Time ranges are like so: 08:45 - 09:00, 09:00 - 10:00, 10:00 -10:45 etc.
So the script will loop through the time ranges and if it falls within the specified range, the button will be visible.
Really need help on this. Appreciate it. Thanks!