FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » how format one date
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: how format one date [message #179058 is a reply to message #179057] Fri, 07 September 2012 15:20 Go to previous messageGo to previous message
nawfer is currently offline  nawfer
Messages: 34
Registered: August 2011
Karma:
Member
Il Fri, 7 Sep 2012 15:10:49 +0000 (UTC), Salvatore ha scritto:

> $formattedDate = '06/09/2012 - 23:50';
> define('LOCAL_DATE_FORMAT', '%d/%m/%Y - %R');
>
> // Break apart the date.
> $dateArray = strptime($formattedDate, LOCAL_DATE_FORMAT);
> $reformattedDate = sprintf('%04d-%02d-%02dT%02d:%02d:00', $dateArray['tm_year'] + 1900, $dateArray['tm_mon'] + 1, $dateArray['tm_mday'], $dateArray['tm_hour'], $dateArray['tm_min']);


I have this error
Call to undefined function strptime()

I use php 5.2.10
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Converting eps to png
Next Topic: Never log deprecation warnings
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 20:30:33 GMT 2024

Total time taken to generate the page: 0.04681 seconds