This is a discussion on "Just display the month?" within the PHP Forum section. This forum, and the thread "Just display the month? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Just display the month?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Just display the month?
I've been working on adding a breadcrumb to my site - you can see it in action right now if you check it out. At the moment it is 'Home>Category>Post'. How can I find out the month of the post, so I can have it like: 'Home>Month>Category>Post'
Thanks, and I apologise for yet another question! This is the PHP code that selects the stuff from the database and displays the bread crumb.
Thanks, Jack
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|
|
||||
|
Re: Just display the month?
Just change:
date_format(date, '%M %D, %Y') AS date to date_format(date, '%M') AS date.. Will that not work? |
|
||||
|
Re: Just display the month?
Yes, but I want to display the Main date (22nd January 2008) AND use the month on the same page. If you look here: http://jackfranklin.co.uk/single.php?contentid=29 You can see the breadcrumb at the top, I want the Month to display here, but you can also see the date next to the Post title. I need to display both. Could I do this?
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
||||
|
Re: Just display the month?
Will do and I shall get back to ya
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
||||
|
Re: Just display the month?
WORKED
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Month and Year | Jenstina | Databases | 1 | Jun 26th, 2006 20:01 |
| Site of the Month | craig | Entry, Nominations and Voting | 0 | Oct 18th, 2005 12:19 |