Help changing JS Date and Time to just Date...

Discussion in 'JavaScript' started by MALHYP, Jun 6, 2006.

  1. #1
    Hi there, I have the following code...

    <script language="JavaScript" type="text/javascript">
    <!-- hide from old browsers
    var curDate = new Date()
    document.write(curDate.toLocaleString())
    //-->
    </script>

    Which outputs the following...

    Wednesday, 7 June 2006 11:25:04 AM

    Is it possible to change the code so that it outputs just the date...

    Eg: Wednesday, 7 June 2006

    Mally
     
    MALHYP, Jun 6, 2006 IP
  2. Slapyo

    Slapyo Well-Known Member

    Messages:
    266
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Slapyo, Jun 7, 2006 IP
  3. MALHYP

    MALHYP Guest

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, that was very helpfull.

    Mally
     
    MALHYP, Jun 8, 2006 IP