Tag Archives: date
A few helpful PHP date methods
For a lot of people dates in PHP are an issue, and the PHP functions aren’t sufficient enough to do all converts you need. Therefore you find a few easy PHP date conversion methods. Feel free to add your own … Continue reading
conversion of dates
I struggled with a bit of code last week, but found a nice solution. The goal was to convert 3 parameters into a date: 1. The day of the week (0 -> 6, 0 = Monday, 1 = Tuesday, 2 … Continue reading