Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > PHP How-To
|
PHP How-To Post your "How do I do this with PHP?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 27th, 2006, 06:18 AM
Registered User
 
Join Date: Oct 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Mahmoud82
Default retrieve date with format (M Y) form database php

hi plz plz help me
i want to retrieve a date i was save it at the database with defult formate i want to retrieve it with this format Month name and the year. and i want to use it at sql query like:

select * from title where date like "your help";
 thanx for your time.

 
Old November 30th, 2006, 07:04 AM
Authorized User
 
Join Date: Nov 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to talk2leo
Default

Hi Dear

Suppose in ur database table column name of date is date_date
then SQL query will be like this
"select date_format(date_date, '%b %e %Y at %r') as date from TABLE where ......... ORDER BY DATE"

you can change the order also u want for ur date...see the DATE/TIME format in PHP

 
Old November 30th, 2006, 07:10 AM
Authorized User
 
Join Date: Nov 2006
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to talk2leo
Default

in the above query
DATE in ORDER BY clause will be the name u r giving in ur query.
Like
WHERE...ORDER BY date ///in the above this is right

not like ORDER BY DATE///it will give an error

i think u got wat u want if no then just reply me..

REGARDS






Similar Threads
Thread Thread Starter Forum Replies Last Post
date format differs, need to force format somehow patricolsson ASP.NET 2.0 Basics 1 December 3rd, 2009 12:53 AM
Convert British format date to American format? fyr PHP How-To 0 December 19th, 2007 03:17 PM
How to retrieve sistem date?? MAKO C# 1 April 12th, 2006 12:59 PM
date format differs, need to force format somehow patricolsson HTML Code Clinic 2 January 12th, 2006 05:55 AM
Date format in ASP and in SQL 2000 Database phungleon Classic ASP Databases 1 December 23rd, 2004 12:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.