Hi all,
I want to include a last Modified on my web page. I know that I can use <script>document.write(document.lastModified); </script>. This gives output like "12/06/2023 21:49:12". I would like the output to be "6th December 2023"
How can I do this please?
RobertWA
I want to include a last Modified on my web page. I know that I can use <script>document.write(document.lastModified); </script>. This gives output like "12/06/2023 21:49:12". I would like the output to be "6th December 2023"
How can I do this please?
RobertWA