jmbtechnologylimited / parsedatetimerangestring
Takes a string with a date and time range, tries to parse it into date objects.
Installs: 3 735
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 26
Requires
- php: >=5.3.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2024-10-17 09:36:12 UTC
README
ParseDateTimeRangeString PHP Composer Library ============================================= Takes in a string representing a date time range, the current time and timezone. Hopefully returns two \DateTime objects with start and end time. Currently horribly European & English centric. Sorry. Download using composer: https://packagist.org/packages/jmbtechnologylimited/parsedatetimerangestring Used in http://ican.openacalendar.org/ Rules for version numbers: Minor upgrades (x.x.+1) will not change the API. Other upgrades (x.+1.0 or +1.0.0) might.