jmbtechnologylimited / parsedatetimerangestring
Takes a string with a date and time range, tries to parse it into date objects.
Package info
github.com/JMB-Technology-Limited/ParseDateTimeRangeString
pkg:composer/jmbtechnologylimited/parsedatetimerangestring
v1.0.4
2015-03-31 06:58 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2026-02-17 12:38:33 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.