IT Community - Software Programming, Web Development and Technical Support

Eastern Standard Time

This is a discussion on Eastern Standard Time within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all... Can anyone tell me how can i use Eastern Standard Time. Thanks in advance......


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-17-2008, 08:45 PM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 547
itbarota is on a distinguished road
Default Eastern Standard Time

Hi all...

Can anyone tell me how can i use Eastern Standard Time.


Thanks in advance...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-17-2008, 08:46 PM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 237
Pvinothkumar is on a distinguished road
Default Re: Eastern Standard Time

Hi all...

<script language="JavaScript">
var now = new Date();

var nowUTC = new Date(Date.UTC(now.getFullYear(),now.getMonth(),now .getDate(),now.getHours(),now.getMinutes(),now.get Seconds,now.getMilliseconds()))

var EST = -9 // I have no idea ;-)
var anHour = 60*60*1000;

now.setTime(nowUtc+(EST*anHour));
</script>


Thanks...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL 2005 Standard on Vista RTM arjkhanna Server Management 7 11-14-2007 12:51 AM
Format of standard template for testplan,testscript? devarajan.v Software Testing 0 07-16-2007 03:59 AM
What is a Windows Service and how does its lifecycle differ from a “standard” EXE? vadivelanvaidyanathan ASP and ASP.NET Programming 1 07-16-2007 01:31 AM
Diff between Transaction-time and Server response-time vadivelanvaidyanathan Software Testing 0 03-21-2007 07:29 AM
ISO standard for quality assurance vadivelanvaidyanathan Quality Engineering and Methodologies 0 03-20-2007 06:00 AM


All times are GMT -7. The time now is 09:01 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0