A helpful collection of time constants with their values in seconds. It saves time when developing an application and having to do the time conversions using math by hand. #firstworldpains
- @author Jamie Chung [email protected]
- @twitter @jamiechung
- @github https://github.com/JamieChung/php-time-constants
- @copyright 2011
Feel free to use code, just please contribute your changes back to me.
T_{value of time}_{unit of time}
echo T_5_SECONDS;
echo T_1_MONTH;
echo T_2_WEEKS;