Results 1 to 2 of 2

Thread: getDate function!!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question getDate function!!

    what is the output of the getDate function is i write like this:
    Code:
    $today = getDate();

    and how to get today date in format(dd/mm/yyyy)?

  2. #2
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: getDate function!!

    Any reason why you can't just use Date()???

    PHP Code:
    $today date("d-m-Y"); 



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width