Tag Archives: php

Easier Dates in PHP

So, much of the work I do involves web apps that use MySQL behind them, and more often than not, I’ve got to deal with dates and date math. PHP has its handy mkTime() function that will return Unix time … Continue reading

Tagged , , | Leave a comment