Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2012, 10:19 PM   PM User | #1
tdprout
New Coder

 
Join Date: Aug 2008
Posts: 23
Thanks: 4
Thanked 0 Times in 0 Posts
tdprout is an unknown quantity at this point
Format date

I currently have this

Code:
("SELECT * FROM material WHERE status='$status' AND category='$category' ORDER BY `material`.`title` ASC ");
Where do you stick this:

Code:
 
DATE_FORMAT(`date`,'%m/%d/%Y') AS showdate
While still using *? Or do I have to name all of the columns?

Last edited by tdprout; 10-16-2012 at 10:22 PM..
tdprout is offline   Reply With Quote
Old 10-16-2012, 10:58 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
While you *should* name all the fields you want, it is not required. You can simply select the date format in combination with the *: SELECT *, DATE_FORMAT(`date`, '%m/%d/%Y') AS showdate. You'll still have the `date`, but also the `showdate` fields returned.
Fou-Lu is offline   Reply With Quote
Old 10-17-2012, 08:19 AM   PM User | #3
nani_nisha06
Regular Coder

 
Join Date: Oct 2012
Location: mother land --india
Posts: 159
Thanks: 37
Thanked 2 Times in 2 Posts
nani_nisha06 is an unknown quantity at this point
Quote:
Originally Posted by tdprout View Post
I currently have this

Code:
("SELECT * FROM material WHERE status='$status' AND category='$category' ORDER BY `material`.`title` ASC ");
Where do you stick this:

Code:
 
DATE_FORMAT(`date`,'%m/%d/%Y') AS showdate
While still using *? Or do I have to name all of the columns?

Hope below post will help you ....

http://www.codingforums.com/showthread.php?t=275610
nani_nisha06 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:58 PM.


Advertisement
Log in to turn off these ads.