Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

how to convert date and time?

This is a discussion on how to convert date and time? within the Programming forums, part of the Web Designing & Development category; For any answers visit php.net...

  1. #11
    Member Array
    Join Date
    Oct 2010
    Posts
    75

    Default Re: how to convert date and time?

    For any answers visit php.net

  2. #12
    Member Array
    Join Date
    Mar 2011
    Posts
    62

    Default Re: how to convert date and time?

    Hello,
    thanks a lot.I want to know the exact procedure how to convert date and time format.now I have the overall idea.

  3. #13
    Member Array
    Join Date
    Jan 2011
    Posts
    90

    Post Re: how to convert date and time?

    <?php
    // set the default timezone to use. Available since PHP 5.1
    date_default_timezone_set('UTC');


    // Prints something like: Monday
    echo date("l");

    // Prints something like: Monday 8th of August 2005 03:12:46 PM
    echo date('l jS \of F Y h:i:s A');

    // Prints: July 1, 2000 is on a Saturday
    echo "July 1, 2000 is on a " . date("l", mktime(0, 0, 0, 7, 1, 2000));

    /* use the constants in the format parameter */
    // prints something like: Mon, 15 Aug 2005 15:12:46 UTC
    echo date(DATE_RFC822);

    // prints something like: 2000-07-01T00:00:00+00:00
    echo date(DATE_ATOM, mktime(0, 0, 0, 7, 1, 2000));
    ?>



Page 2 of 2 FirstFirst 12

Similar Threads

  1. Staff Leasing Services (Part time and full time available)
    By mackey in forum Webmaster Marketplace
    Replies: 0
    Last Post: 02-02-2010, 10:18 PM
  2. ASP Tutorial: Converting normal Date into RFC-822 Format Date using ASP
    By akash in forum Scripts & Content Management
    Replies: 0
    Last Post: 02-20-2009, 06:23 AM
  3. Replies: 3
    Last Post: 02-03-2009, 07:40 AM
  4. Replies: 4
    Last Post: 01-29-2008, 04:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO Forum | Web Hosting Forum | Websites For Sale |