Results 1 to 5 of 5

Thread: [RESOLVED] Converting Date Types

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Resolved [RESOLVED] Converting Date Types

    Is there a function in PHP that will allow me to convert from one date/time format to another?

    For example:

    PHP Code:
    echo convdate("originalformat""originaldatetime""newformat"); 
    I wish to convert dates and times from this:
    16/10/2008 23:57:21

    To something like this:
    20081016235721

    I've checked Google, but not much help from there.
    Last edited by Slyke; Oct 16th, 2008 at 08:04 AM.

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