Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Time-based permissions
Name: AndreyF Date: August 22, 2005 at 14:45:08 Pacific OS: Windows XP Pro
Comment:
I'm trying to set up permission for an executable to depend on the time. A very crude way is adding scheduled tasks, a batch script, and a startup script...
Summary: I don't know that you can do that automatically. The script is client-side, so it is generating the time based upon the user's computer. Unless you know what time zone the user is in, you can't adjust...
Summary: Are you basing the date and time based upon the current date & time? So, when someone hits the page at a certain date/time the appropriate content is displayed? You can do that, but I would advise som...
Summary: "Hiya what part of the code do i add the BST, do i remove the getTimezoneOffset from the line offset = day.getTimezoneOffset();" No, the getTimezoneOffset function gets the offset from the user's time...