+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 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; Hi guys.. can any body teach me how to convert date and time formats? example if the format of date ...

Share/Bookmark
  1. #1
    Junior Member Array
    Join Date
    Feb 2010
    Posts
    5

    Default how to convert date and time?

    Hi guys.. can any body teach me how to convert date and time formats?

    example if the format of date in the database is 2010-02-12 and i want to convert it to Febuary 12, 2010 to be shown to the users.. and in time, if the format is in 24hrs and i want to change it to 12hrs format..

  2. #2
    Junior Member Array
    Join Date
    Feb 2010
    Posts
    10

    Default Re: how to convert date and time..

    Use strtotime()

  3. #3
    Junior Member Array
    Join Date
    Mar 2010
    Posts
    10

    Default Re: how to convert date and time..

    strtotime() will just give you the unix timestamp for the date. You have to use date() to convert the timestamp intot the format you want. So for what you want:

    PHP Code:
    date("F j, Y",strtotime("2010-03-00")); 

  4. #4
    Junior Member Array
    Join Date
    Mar 2010
    Posts
    4

    Default Re: how to convert date and time..

    A standard DateTime format string consists of a single standard DateTime format specifier character that represents a custom DateTime format stringCustom DateTime Format Strings. The format string ultimately defines the text representation of a DateTime object that is produced by a formatting operation. Note that any DateTime format string that contains more than one alphabetic character, including white space, is interpreted as a custom DateTime format string...

  5. #5
    Junior Member Array
    Join Date
    Jul 2010
    Posts
    5

    Default Re: how to convert date and time..

    The code is works perfectly for me.

  6. #6
    Senior Member Array
    Join Date
    Feb 2009
    Posts
    152

    Default Re: how to convert date and time..

    string date ( string $format [, int $timestamp ] )

    Returns a string formatted according to the given format string using the given integer timestamp or the current time if no timestamp is given. In other words, timestamp is optional and defaults to the value of time().

    Here is all you need:
    strtotime() - Parse about any English textual datetime description into a Unix timestamp

    date() - Format a local time/date from a Unix timestamp

    Examples:
    24 Hour to 12 Hour conversion

    echo date("g:i a", strtotime("13:30:30"));

    12 Hour to 24 Hour conversion

    echo date("H:i:s", strtotime("1:30 pm"));

    Easy as that!

  7. #7
    Junior Member Array
    Join Date
    Aug 2010
    Posts
    5

    Default Re: how to convert date and time?

    it works for me too. were u able to get it

  8. #8
    Junior Member Array
    Join Date
    Sep 2010
    Posts
    4

    Default Re: how to convert date and time?

    Another way (but lengthy) could be that you create a hash with the months and days and then show them in whatever way you feel like using sprintf()

  9. #9
    Senior Member Array devashishseo's Avatar
    Join Date
    Sep 2010
    Location
    Noida
    Posts
    289

    Default Re: how to convert date and time?

    Thanks bodyboard for sharing this code, it's working.

  10. #10
    Member Array
    Join Date
    Oct 2010
    Posts
    97

    Default Re: how to convert date and time?

    That's useful and interesting.
    You are the best



+ Reply to Thread
Page 1 of 2 12 LastLast

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, 11: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, 07:23 AM
  3. Replies: 3
    Last Post: 02-03-2009, 08:40 AM
  4. Replies: 4
    Last Post: 01-29-2008, 05:51 AM
SEO Forum | Web Hosting Forum | Websites For Sale |