florianv / business

:date: DateTime calculations in business hours
http://florianv.github.io/business
MIT License
361 stars 25 forks source link

Prefer modern DateTime implementations #3

Closed rvanvelzen closed 9 years ago

rvanvelzen commented 9 years ago

Specifically: DateTimeInterface and DateTimeImmutable.

Of course, feel free to close if you strictly target PHP 5.4 or lower. :-)

(Edit: DateTimeInterface and consorts were introduced in 5.5, not 5.4)

florianv commented 9 years ago

Hi, thanks for the suggestion.

I thought about it too but the first version will target PHP 5.4 so we can't rely on these classes.