Re: Date Function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 22, 2008 at 2:48 PM, VamVan <vamseevan@xxxxxxxxx> wrote:
> Hi All,
>
>  Greetings!!
>
>  A small PHP Script for help
>
>  <?php
>  $date_format = '02/22/2008 14:00:00';
>
>  $start_date =  date("Y-m-d h:i:s", strtotime($date_format));
>  echo $start_date;
>  ?>
>
>  output is 2008-02-22 02:00:00
>
>  but not 2008-02-22 14:00:00
>
>  How can i get my output as 2008-02-22 14:00:00.
>
>  Thanks
>  V
>

http://us3.php.net/date

Change the 'h' in your format to a capital H.

Andrew

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux