https://github.com/f22hd/difference_datetime
A simple php script using dateTime class for calculating a difference date and time between two timestamps and return the result
https://github.com/f22hd/difference_datetime
Last synced: over 1 year ago
JSON representation
A simple php script using dateTime class for calculating a difference date and time between two timestamps and return the result
- Host: GitHub
- URL: https://github.com/f22hd/difference_datetime
- Owner: f22hd
- Created: 2017-09-23T23:41:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T23:50:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-12T02:13:43.963Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# difference_dateTime
a simple php script for calculating a difference date and time between two timestamps and return the result.
only passing your timestamp ( usualy coming from NOW() function in mysql ) , your time zone , optional print ago boolean value.