Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Thodoris
Well it does make sense if you leave in UK :-) . But I was asking about how to change a day/month/year formated date (or a date in any format I like) to mysql format. The basic problem is that I need to define the format that the date is in. Sorry if I didn't make that clear before.

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Thodoris
Thodoris wrote: 2009/7/28 Thodoris : Hi gang, I've been looking for a str_to_date (mysql) equivalent in PHP. I've noticed that these are matching the description: http://www.php.net/manual/en/datetime.createfromformat.php http://www.php.net/manual/en/function.date-create-from-fo

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Ashley Sheridan
On Tue, 2009-07-28 at 20:38 +0300, Thodoris wrote: > > On Tue, 2009-07-28 at 20:10 +0300, Thodoris wrote: > >> > 2009/7/28 Thodoris mailto:t...@kinetix.gr>>: > >> > > >> >> Hi gang, > >> >> I've been looking for a str_to_date (mysql) equivalent in PHP. I've > >> >> noticed that these are match

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Jim Lucas
Thodoris wrote: > >> 2009/7/28 Thodoris : >> >>> Hi gang, >>> I've been looking for a str_to_date (mysql) equivalent in PHP. I've >>> noticed that these are matching the description: >>> >>> http://www.php.net/manual/en/datetime.createfromformat.php >>> http://www.php.net/manual/en/function.da

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Thodoris
On Tue, 2009-07-28 at 20:10 +0300, Thodoris wrote: > 2009/7/28 Thodoris mailto:t...@kinetix.gr>>: > >> Hi gang, >> I've been looking for a str_to_date (mysql) equivalent in PHP. I've >> noticed that these are matching the description: >> >> http://www.php.net/manual/en/datetime.createfrom

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Ashley Sheridan
On Tue, 2009-07-28 at 20:10 +0300, Thodoris wrote: > > 2009/7/28 Thodoris : > > > >> Hi gang, > >> I've been looking for a str_to_date (mysql) equivalent in PHP. I've > >> noticed that these are matching the description: > >> > >> http://www.php.net/manual/en/datetime.createfromformat.php > >

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Richard S. Crawford
On Tue, Jul 28, 2009 at 10:09 AM, Jim Lucas wrote: > Richard S. Crawford wrote: >> 2009/7/28 Thodoris : >>> Hi gang, >>>   I've been looking for a str_to_date (mysql) equivalent in PHP. I've >>> noticed that these are matching the description: >>> >>> http://www.php.net/manual/en/datetime.createfro

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Thodoris
2009/7/28 Thodoris : Hi gang, I've been looking for a str_to_date (mysql) equivalent in PHP. I've noticed that these are matching the description: http://www.php.net/manual/en/datetime.createfromformat.php http://www.php.net/manual/en/function.date-create-from-format.php but I don't have

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Jim Lucas
Richard S. Crawford wrote: > 2009/7/28 Thodoris : >> Hi gang, >> I've been looking for a str_to_date (mysql) equivalent in PHP. I've >> noticed that these are matching the description: >> >> http://www.php.net/manual/en/datetime.createfromformat.php >> http://www.php.net/manual/en/function.date-c

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Richard S. Crawford
2009/7/28 Thodoris : > Hi gang, >   I've been looking for a str_to_date (mysql) equivalent in PHP. I've > noticed that these are matching the description: > > http://www.php.net/manual/en/datetime.createfromformat.php > http://www.php.net/manual/en/function.date-create-from-format.php > > but I don

Re: [PHP] str_to_date equivalent in PHP

2009-07-28 Thread Jim Lucas
Thodoris wrote: > Hi gang, >I've been looking for a str_to_date (mysql) equivalent in PHP. I've > noticed that these are matching the description: > > http://www.php.net/manual/en/datetime.createfromformat.php > http://www.php.net/manual/en/function.date-create-from-format.php > > but I don't

[PHP] str_to_date equivalent in PHP

2009-07-28 Thread Thodoris
Hi gang, I've been looking for a str_to_date (mysql) equivalent in PHP. I've noticed that these are matching the description: http://www.php.net/manual/en/datetime.createfromformat.php http://www.php.net/manual/en/function.date-create-from-format.php but I don't have PHP 5.3.0 installed in