Hi guys, which do you think is faster and better for a message board , where more people VIEW than POST??
Formatting a date in a format that i want and storing it in a VARCHAR in mySQl, and just retrieving it whenever a user views a page with no need for formatting since it is already in the form I want.
....
or, put it into mySQL , and each time I retrieve it from mySQL , i use the DATE_Format funtion.
It would seem that for a large set of rows, putting the time/date in a preformatted way would be more efficient wouldn't it? (Since the other way would invlove mySQL formatting values for each row)
Thanks for any comments.
Allen