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
Ranked #72.9K
~151 People Reached
Favorite Forums
Web Development x 2
2 Posted Topics
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 …
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
The End.
mtaylor2