I have an html form that uses jQuery datetimepicker to send a value to a database but with out seconds so the value created in the database 'datetime column always has '00' for the seconds. I want to remove the seconds when I display the value on a webpage. I currently have:
<?php echo $row_rsEnquiriesList['contact_date_e']; ?>
which displays something like this - 26-12-08 12:40:00.
I would like it to display this - 26-12-08 12:40