because of open source

Discussion in 'PHP' started by arunaibabu, Apr 17, 2008.

  1. #1
    hello

    I want to insert this format of date April 17, 2008 in mysql. can anybody help me. plz anybody reply as soon as possible
     
    arunaibabu, Apr 17, 2008 IP
  2. karl_murphy

    karl_murphy Member

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    use the date function to assign the value to an array then insert this into the database

    $date = date("M\ d\,\ y\");
     
    karl_murphy, Apr 17, 2008 IP