I would like to insert a mysql db date / time stamp so that I can return it later in the format:
March 20, 2007, 12:56 pm
my question is should I have the db field as datetime or timestamp and what is the function that generates the timestamp?
also I need this to be sortable by date.
March 20, 2007, 12:56 pm
my question is should I have the db field as datetime or timestamp and what is the function that generates the timestamp?
also I need this to be sortable by date.