Hi
I haven't found a solution on that yet here... SQL returns date in format yyyy-mm-dd hh:mm:ss. Now, how can I reformat that string to kind a readable date format, e.g.: 20. june 2000 10:45?
THX
Use strtotime() and date(). See the manual for details.