Source Code:
(back to article)
<?php $date = new DateTime('now'); date_modify($date, '2:00 PM'); echo $date->format('Y-m-d H:i:s');
Result:
Report an issue