Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~151 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for mtaylor2

Hi All, I have a form that shows the list of expenses based on which category you choose from the select box. I then have links above this which allows the user to view expenses in 1st, 2nd, 3rd or 4th quarter. If I select a Category and then view …

0
68
Member Avatar for Smudly

Hi Smudly, I format the date in the query because it allows for a few more options. e.g: [CODE]SELECT *, DATE_FORMAT(Date, '%a, %e %M, %y') as newDate FROM `db`[/CODE] And then just output like so: [CODE]echo "<td>".$row['newDate']."</td>";[/CODE] This code outputs the date as such: Sun, 7th January, 10

Member Avatar for mtaylor2
0
83

The End.