• 0

Need HTML code to automatically change the date!


Question

10 answers to this question

Recommended Posts

  • 0
  disturb3d said:

Maybe this will help you

http://uk2.php.net/date

AFAIK theres no way to do it in HTML

Yea...sorry if I sound like an idiot...but I tried that, and well, I have no clue how to implement that.

Would you mind posting the exact code (so I can copy+paste) in here for me to have it formatted like I have it?

I know that is asking a lot, and if you don't want to or can't, that is fine. Either way, thanks for the link and trying to help!

  • 0

<?php
$today = date("m.d.y"); 
//replace the current static date with
echo = ("$today");
?>

^ That should work. I've never done active time/date stuff before but try it. Keep it mind that the variable ($today) and the echo statement should both be inside php tags (<?php, ?>)

Im not sure how clear that is to you, let me know.

  • 0
  disturb3d said:

&lt;?php
$today = date("m.d.y"); 
//replace the current static date with
echo = ("$today");
?&gt;

^ That should work. I've never done active time/date stuff before but try it. Keep it mind that the variable ($today) and the echo statement should both be inside php tags (<?php, ?>)

Im not sure how clear that is to you, let me know.

I must be mentally retarded...I copied+pasted that in the code...got nothing.

  • 0

Your file extension has to be .php

You would have to use javascript if you wanted to keep the .html or .htm

Thats PHP code he gave you. You can copy/paste that and it will work if..

* You insert it into a PHP file filename.php

* Your server has PHP installed.

  • 0

if you're still having trouble with this let me know... I know there's gotta be a simple way to do this with Javascript and it'd be an interesting learning project for myself :yes:

Check this one out, it looks like what you're talking about:

http://dynamicdrive.com/dynamicindex6/clock3.htm

  • 0

Try the code bellow... it works like it does on www.hp.com

copy the code bellow to your page.

&lt;script LANGUAGE = "JavaScript"&gt;

&lt;!--

// Array of day names

var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

var monthNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");

var dt = new Date();

var y  = dt.getYear();

// Y2K compliant

if (y &lt; 1000) y +=1900;

// --&gt;

&lt;/script&gt;

add the code bellow where you want your date to show.

&lt;script type="text/javascript" language="JavaScript"&gt;document.write(monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y);&lt;/script&gt; &lt;/div&gt;

Also, see example HTML attachment

date_example.htmlFetching info...

  • 0
  Juguard said:

Try the code bellow... it works like it does on www.hp.com

copy the code bellow to your page.

&lt;script LANGUAGE = "JavaScript"&gt;

&lt;!--

// Array of day names

var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

var monthNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");

var dt = new Date();

var y  = dt.getYear();

// Y2K compliant

if (y &lt; 1000) y +=1900;

// --&gt;

&lt;/script&gt;

add the code bellow where you want your date to show.

&lt;script type="text/javascript" language="JavaScript"&gt;document.write(monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y);&lt;/script&gt; &lt;/div&gt;

Also, see example HTML attachment

Thanks so much! This worked perfectly! I appreciate everyone's help!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Sure, that must be why it was revealed at the Sony showcase... the game was announced 5 years ago and the visuals are far from poor, what the hell are you smoking, plus the Switch 2 is pretty much on par with an Xbox Series S. It would be absolutely insane for a dev to build a game "with the Switch 2 in mind" when it's coming to all platforms where the majority of sales will happen.
    • The Irony... China wouldn't be what it is today without Apple 😂
    • Microsoft makes it easier to find PC specs in Windows 11 Settings by Taras Buria Windows 11 has already received several improvements that make it easier to learn about your computer's specifications. Recently, Microsoft released Spec Cards for the System > About section, which provide basic information about the PC's main components, such as processor, memory, storage, graphics card, and video memory. Now, the Settings app is getting a new way to find your device info. Microsoft wants to display basic device information right on the Home page of the Settings app. The latest preview builds from the Dev and Beta Channels introduced a new "Your device info" card for the Settings' Home page. It displays specs like processor name and speed, graphics card and the amount of video memory, storage, and RAM. The card also has a link to the "About" section, where you will find more information about your computer, its Windows edition, product ID, and the recently introduced FAQ section that answers common hardware-related questions. The "Your device info" card joins the existing cards on the Settings app's home page. While the section offers useful information like quick access to Bluetooth devices, Wi-Fi, personalization, and recommended settings, users received it with mixed reactions, as many considered it another way for Microsoft to promote its services and subscriptions like Microsoft 365, OneDrive, and Game Pass (seriously, who thinks about Game Pass when opening Settings?). Now, the Settings' Home page is a bit more useful, as it saves you a few clicks when checking your computer's specs. If you want to test the new "Your device info" card, update your PC to build 26200.5622 or newer (Dev Channel). Just keep in mind that Microsoft is rolling it out gradually, and it requires signing in with a Microsoft Account in the United States. Other changes in build 26200.5622 include a new Settings section for Quick Machine Recovery, widget improvements, more app recommendations in the "Open with" dialog, and more. Check out the full release notes here.
    • Ponies will finally have good games to play after replaying Last of Us for the 100th time. Oh and I lied, Silent Hill f looks pretty great too, but we already knew about that.
  • Recent Achievements

    • Week One Done
      jbatch earned a badge
      Week One Done
    • First Post
      Yianis earned a badge
      First Post
    • Rookie
      GTRoberts went up a rank
      Rookie
    • First Post
      James courage Tabla earned a badge
      First Post
    • Reacting Well
      James courage Tabla earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      397
    2. 2
      +FloatingFatMan
      178
    3. 3
      snowy owl
      170
    4. 4
      ATLien_0
      167
    5. 5
      Xenon
      134
  • Tell a friend

    Love Neowin? Tell a friend!