Calculating time difference

This is a discussion on "Calculating time difference" within the JavaScript Forum section. This forum, and the thread "Calculating time difference are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 3rd, 2005, 19:18
New Member
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Calculating time difference

I want two blank textboxes, two dropdown boxes with options (AM/PM) two dropdown boxes with options (EST,CST,MST and PST) and one command button.

If I enter a time in the first blank textbox, select AM from the next dropdown and select EST from the next dropdown
Similarly, If I enter a time in the second blank textbox, select AM from the next dropdown and select PST from the next dropdown

After clicking on the command button, it should calculate the time difference of the time given in the two textboxes taking the different timezones into consideration and give a messagebox

  #2 (permalink)  
Old May 11th, 2005, 08:01
New Member
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to PeteyPie
Is this assuming that all the times in the first box are in GMT?

I think you need to add in another pair of dropdowns.

Box - DropdownAM1 - DropdownTime1 - Box - DropdownAM2 - DropdownTime2 - Command

That way you can pick what timezone you want to convert it from.

Doesn't help you make it but it does add more functionality to it, since then you can work out more than just one timezone difference.

8)
  #3 (permalink)  
Old May 11th, 2005, 08:32
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I hate to say this, but it sounds suspiciously like an assignment!
Closed Thread

Tags
calculating, time, difference

Thread Tools

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

BB 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
font difference IE7 and the others stupid dog Web Page Design 1 Aug 24th, 2007 20:53
The difference moshe Webforumz Cafe 4 Jan 28th, 2007 19:52
Php . asp, asp net difference maksinx PHP Forum 3 Aug 15th, 2006 10:39
Adjusting time from server time to local time Tim356 Classic ASP 10 Jun 21st, 2004 14:57
Date Difference ekendricks Classic ASP 4 Aug 22nd, 2003 10:19


All times are GMT. The time now is 04:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43