Categories
- Bugs (1)
- Funny (1)
- Howto (2)
- Marketing (1)
- News (4)
- Personal Projects (1)
- Project Management (1)
- Scripts (3)
- Solutions (9)
- Uncategorized (1)
Archives
Friends
Category Archives: Bugs
PHP Bug with DateTime diff
After PHP 5.3.0 DateTime::diff was introduced to help with the comparison between two DateTime objects. However it still seems to be a bit buggy. While I was developing a statistics tool and trying to group occurrences by month, I got … Continue reading