PC Review


Reply
Thread Tools Rate Thread

Automatically Change Day and Date

 
 
nh
Guest
Posts: n/a
 
      10th Mar 2004
Using FP 2003 is it possible to change the day and date every 24 hrs?

For instance, change Monday March 12th to Tuesday March 13th and so on at
midnight?

Thanx.


 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      10th Mar 2004
FrontPage doesn't have this feature,but there are plenty of free JavaScripts
out there for this. Check out:
http://javascript.internet.com/clocks/current-date.html

http://javascript.internet.com/clocks/english-date.html

and one that can be modified to display in a page instead of the titlebar
at: http://www.dynamicdrive.com/dynamicindex6/titledate.htm

Hope this helps,
Mark Fitzpatrick
Microsoft MVP- FrontPage

"nh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Using FP 2003 is it possible to change the day and date every 24 hrs?
>
> For instance, change Monday March 12th to Tuesday March 13th and so on at
> midnight?
>
> Thanx.
>
>



 
Reply With Quote
 
David Martin
Guest
Posts: n/a
 
      10th Mar 2004
You will also need to think from who's point of view you want the date &
time - Usually it's the clients.

Dave.

"Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
news:O%(E-Mail Removed)...
> FrontPage doesn't have this feature,but there are plenty of free

JavaScripts
> out there for this. Check out:
> http://javascript.internet.com/clocks/current-date.html
>
> http://javascript.internet.com/clocks/english-date.html
>
> and one that can be modified to display in a page instead of the titlebar
> at: http://www.dynamicdrive.com/dynamicindex6/titledate.htm
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP- FrontPage
>
> "nh" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Using FP 2003 is it possible to change the day and date every 24 hrs?
> >
> > For instance, change Monday March 12th to Tuesday March 13th and so on

at
> > midnight?
> >
> > Thanx.
> >
> >

>
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      10th Mar 2004
a JavaScript date/ time script will generally get the info from the
visitor's machine. I think you'd need some server side scripting to get the
info from the server.

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"David Martin" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You will also need to think from who's point of view you want the date &
> time - Usually it's the clients.
>
> Dave.
>
> "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> news:O%(E-Mail Removed)...
> > FrontPage doesn't have this feature,but there are plenty of free

> JavaScripts
> > out there for this. Check out:
> > http://javascript.internet.com/clocks/current-date.html
> >
> > http://javascript.internet.com/clocks/english-date.html
> >
> > and one that can be modified to display in a page instead of the

titlebar
> > at: http://www.dynamicdrive.com/dynamicindex6/titledate.htm
> >
> > Hope this helps,
> > Mark Fitzpatrick
> > Microsoft MVP- FrontPage
> >
> > "nh" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Using FP 2003 is it possible to change the day and date every 24 hrs?
> > >
> > > For instance, change Monday March 12th to Tuesday March 13th and so on

> at
> > > midnight?
> > >
> > > Thanx.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      10th Mar 2004
Google is your friend.

http://www.google.com/search?hl=en&i...=Google+Search


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"nh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Using FP 2003 is it possible to change the day and date every 24 hrs?
>
> For instance, change Monday March 12th to Tuesday March 13th and so on at
> midnight?
>
> Thanx.
>
>



 
Reply With Quote
 
nh
Guest
Posts: n/a
 
      10th Mar 2004
chris,
You make a good point. Sometimes the visitor's clock may be off and the
server clock shouldn't be. We're on a Win server. Can we use .asp for the
script and if so, what should we use?

"chris leeds" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> a JavaScript date/ time script will generally get the info from the
> visitor's machine. I think you'd need some server side scripting to get

the
> info from the server.
>
> --
> The email address on this posting is a "black hole". I got tired of all

the
> spam.
> Please feel free to contact me here:
> http://nedp.net/contact/
> --
>
>
> "David Martin" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > You will also need to think from who's point of view you want the date &
> > time - Usually it's the clients.
> >
> > Dave.
> >
> > "Mark Fitzpatrick" <(E-Mail Removed)> wrote in message
> > news:O%(E-Mail Removed)...
> > > FrontPage doesn't have this feature,but there are plenty of free

> > JavaScripts
> > > out there for this. Check out:
> > > http://javascript.internet.com/clocks/current-date.html
> > >
> > > http://javascript.internet.com/clocks/english-date.html
> > >
> > > and one that can be modified to display in a page instead of the

> titlebar
> > > at: http://www.dynamicdrive.com/dynamicindex6/titledate.htm
> > >
> > > Hope this helps,
> > > Mark Fitzpatrick
> > > Microsoft MVP- FrontPage
> > >
> > > "nh" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Using FP 2003 is it possible to change the day and date every 24

hrs?
> > > >
> > > > For instance, change Monday March 12th to Tuesday March 13th and so

on
> > at
> > > > midnight?
> > > >
> > > > Thanx.
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
nh
Guest
Posts: n/a
 
      10th Mar 2004
Thanks, but now I'm confused. Should we use Javascript or .asp for this?
"Steve Easton" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Google is your friend.
>
>

http://www.google.com/search?hl=en&i...=Google+Search
>
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed..................
> ..............................with a computer
> "nh" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Using FP 2003 is it possible to change the day and date every 24 hrs?
> >
> > For instance, change Monday March 12th to Tuesday March 13th and so on

at
> > midnight?
> >
> > Thanx.
> >
> >

>
>



 
Reply With Quote
 
Tom Gahagan
Guest
Posts: n/a
 
      11th Mar 2004
You can only use asp if you are on a windows based server.

Best to you....
Tom Gahagan
ethomaston.com

"nh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks, but now I'm confused. Should we use Javascript or .asp for this?
> "Steve Easton" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Google is your friend.
> >
> >

>

http://www.google.com/search?hl=en&i...=Google+Search
> >
> >
> > --
> > Steve Easton
> > Microsoft MVP FrontPage
> > 95isalive
> > This site is best viewed..................
> > ..............................with a computer
> > "nh" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Using FP 2003 is it possible to change the day and date every 24 hrs?
> > >
> > > For instance, change Monday March 12th to Tuesday March 13th and so on

> at
> > > midnight?
> > >
> > > Thanx.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i automatically change the day and date Caveman Microsoft Excel Worksheet Functions 3 12th Oct 2005 09:26 PM
Re: Automatically Insert DATE, so that DATE will NOT change =?Utf-8?B?Q2ll?= Microsoft Excel Worksheet Functions 1 4th Apr 2005 05:51 PM
how do i make a date change automatically if i change one before . =?Utf-8?B?ZHBsNzU3OQ==?= Microsoft Excel Misc 1 11th Jan 2005 09:21 PM
date change automatically yankeetwice Microsoft Excel Discussion 4 18th Nov 2004 10:09 AM
Re: Date change automatically Nuexcelts Microsoft Excel Misc 0 8th Aug 2003 05:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:04 AM.