Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java

Name: Anonymous 2012-03-08 5:51

Hey /comp/

I need some help in Javascripting for my upcoming app/website!

Here's the deal; I need to make a timedate that shows 90 minutes into the future.

Name: Anonymous 2012-03-08 11:12

var d=new Date();
d.setHours(d.getHours() + 1);
d.setMinutes(d.getMinutes() + 30);
document.write(d);

liek this?

Name: Anonymous 2012-03-10 6:48

Nope, not like that. I only need the time, for example 12:40 + 90 minutes = 13:10

All I need is 13:10, heres a pic http://yay.nu/amv3BM

Name: Anonymous 2012-03-10 15:08

java =/= javascript

</end>

Name: Anonymous 2012-03-11 4:34

Anyone?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List