Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

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

Report this thread to moderator Post Follow-up to this message
Old Post
Michael Fesser
03-15-08 12:11 AM


Re: retrieve the day of the week
Kram Techie schrieb:
> Hi
>
> i am trying to find a way to retrieve the day of the w from a mysql dat
e.
> 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

Report this thread to moderator Post Follow-up to this message
Old Post
Christoph Kappestein
03-15-08 01:00 PM


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: 
>
> 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



Report this thread to moderator Post Follow-up to this message
Old Post
Kram Techie
03-16-08 12:08 AM


Sponsored Links




Last Thread Next Thread Next
Pages (2): « 1 [2]
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 01:40 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.