Is it anyone how to get the system date and display it on a webpage?

Recommended Answers

All 2 Replies

Can I use a programming language?

If you are using a html file, just save it as .php.
Then add a PHP script - something like this:

Date:
<?php

echo date ("m d Y");

?>

But you can also use java script to do that:

http://w3schools.com/js/js_howto.asp

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.