I want to input a timestamp in below format to the database.
yyyy-mm-dd hh:mm:ss
How can I get in above format?
When I
Not sure if this will help you, but try using:
// to show both date and time, $date->get('YYYY-MM-dd HH:mm:ss'); // or, to show date only $date->get('YYYY-MM-dd')