Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $timestamp = strtotime('11:47') + 60*60; /* +1 час */
- $time = date('H:i', $timestamp);
- echo $time;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement