Using MAX and DATE_FORMAT to get the latest date from a MySQL table
Don’t use DATE_FORMAT when trying to assertain the latest date in a table. It won’t work. DATE_FORMAT will convert the…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Don’t use DATE_FORMAT when trying to assertain the latest date in a table. It won’t work. DATE_FORMAT will convert the…