retrieve the day of the week

This is a discussion on retrieve the day of the week within the alt.comp.lang.php forums, part of the PHP Programming Forums category; ..oO(Kram Techie) >i used %a to get short day "SELECT DATE_FORMAT('$datetime', '%a')" >works a ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 03-14-2008
Michael Fesser
 
Posts: n/a
Default Re: retrieve the day of the week

..oO(Kram Techie)

>i used %a to get short day "SELECT DATE_FORMAT('$datetime', '%a')"
>works a treat and the other % values will come in handy at a later date.


Glad it worked out.

Micha
Reply With Quote
  #12 (permalink)  
Old 03-15-2008
Christoph Kappestein
 
Posts: n/a
Default Re: retrieve the day of the week

Kram Techie schrieb:
> Hi
>
> i am trying to find a way to retrieve the day of the week from a mysql date.
> example 11 Mar 2008 22:32:06
> should equate to Tue, or Tuesday
>
> Googled but no Joy. many online examples but i need a hint or some source to
> work with.
>
> Mark
>
>


you can do that with php ...

$time = strtotime(mysql date);
echo date('D', $time);

for sure a solution in mysql is more efficient

mfg
k42b3
Reply With Quote
  #13 (permalink)  
Old 03-15-2008
Kram Techie
 
Posts: n/a
Default Re: retrieve the day of the week

"Christoph Kappestein" <meecrob@k42b3.com> wrote in message
news:frgfnn$6hb$02$1@news.t-online.com...
> Kram Techie schrieb:
>> Hi
>>
>> i am trying to find a way to retrieve the day of the week from a mysql
>> date.
>> example 11 Mar 2008 22:32:06
>> should equate to Tue, or Tuesday
>>
>> Googled but no Joy. many online examples but i need a hint or some source
>> to work with.
>>
>> Mark
>>
>>

>
> you can do that with php ...
>
> $time = strtotime(mysql date);
> echo date('D', $time);
>
> for sure a solution in mysql is more efficient
>
> mfg
> k42b3


$time = strtotime("24 Feb 2008 22:51:08");
echo date('D', $time);
Sun

as MySQL works a dream I'll stick with that.

Mark


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:10 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0