I've made a DateTime object using
$currtime = DateTime::createFromFormat("YmdHi");
Is there a way to get a string or an integer, which contains, for example, 201604041825
?
$currtime->modify("+2 hours");
$newtime = $currtime->format("YmdHi");
returned
$newtime = 2147483647