Any gurus please help
I am trying to get a script to work the following paragraph out for our college.
Welcome to the College timetable reminder. The current term is
W2004 and the current time is 10:39 AM. This means that there are 31 minutes left until the next class starts at 11:10 AM. It also mean that the last class started 29 minutes ago.
The bolded items must all be dynamically computed, accurate and be able to be written into an HTML document using JavaScript in particular using the Date object.
The college works on a three term system. The terms are Autumn beginning September - Winter beginning January - Spring/Summer beginning May.
The terms are usually designated by a letter code followed by the year. For example A2000 is Autumn 2000, W1998 was the Winter 1998 term and P2001 the Spring/Summer 2001 term.
Also the college works an hourly schedule from 9:AM to 9:PM with classes starting at ten minutes past the hour every hour.
Hoping that someone can please help me out with the script - I'm desperate
All help much appreciated
I am trying to get a script to work the following paragraph out for our college.
Welcome to the College timetable reminder. The current term is
W2004 and the current time is 10:39 AM. This means that there are 31 minutes left until the next class starts at 11:10 AM. It also mean that the last class started 29 minutes ago.
The bolded items must all be dynamically computed, accurate and be able to be written into an HTML document using JavaScript in particular using the Date object.
The college works on a three term system. The terms are Autumn beginning September - Winter beginning January - Spring/Summer beginning May.
The terms are usually designated by a letter code followed by the year. For example A2000 is Autumn 2000, W1998 was the Winter 1998 term and P2001 the Spring/Summer 2001 term.
Also the college works an hourly schedule from 9:AM to 9:PM with classes starting at ten minutes past the hour every hour.
Hoping that someone can please help me out with the script - I'm desperate
All help much appreciated
Comment