Back

getDateTimeDiffWith

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

function getDateTimeDiffWith($dated, $diff = "-3 MINUTE") { return date('Y-m-d H:i:s', strtotime($dated . $diff)); }