Hi,
Im working with timestamps for the first time so just want to check something.
If i have a time stamp ( $timestamp ) and want to add a certain amount of time is this how its done?
Add 5 hours: $timestamp + (5 * 60 * 60)
Add 2 mins: $timestamp + (0 * 2 * 60)
Thanks






Bookmarks