Time/Date
Calculate time difference between dates
Recently I needed some code to calculate a users age based on their birthday. There are many different functions that are already created out there that I could have used, but instead I wrote this piece of code. It uses PHP 5 DateTime class to return an array of information pertaining to how old a [...]
By: Daniel
Time/Date | Added: 01-20-2010 | Comments Off
Recently I needed some code to calculate a users age based on their birthday. There are many different functions that are already created out there that I could have used, but instead I wrote this piece of code. It uses PHP 5 DateTime class to return an array of information pertaining to how old a [...]
By: Daniel
Time/Date | Added: 01-20-2010 | Comments Off
Get date by position (ie. third Wednesday of January)
Allows you to convert: "third Wednesday of January" to the actual date value.
By: Daniel
Time/Date | Added: 05-06-2009 | 6 Comments »
Allows you to convert: "third Wednesday of January" to the actual date value.
By: Daniel
Time/Date | Added: 05-06-2009 | 6 Comments »
Date Check/Validation
A date checking/validation function to make sure your date is correct format.
By: Daniel
Time/Date | Added: 10-16-2008 | 1 Comment »
A date checking/validation function to make sure your date is correct format.
By: Daniel
Time/Date | Added: 10-16-2008 | 1 Comment »
List all Mondays
List all Mondays in a specified year
By: Daniel
Time/Date | Added: 08-19-2006 | 1 Comment »
List all Mondays in a specified year
By: Daniel
Time/Date | Added: 08-19-2006 | 1 Comment »
Countdown to a time
Calculate the amount of days, hours, minutes or seconds until a date in the future.
By: Daniel
Time/Date | Added: 07-31-2006 | 1 Comment »
Calculate the amount of days, hours, minutes or seconds until a date in the future.
By: Daniel
Time/Date | Added: 07-31-2006 | 1 Comment »
Dates in this week
Get the dates in the current week.
By: Daniel
Time/Date | Added: 07-31-2006 | 1 Comment »
Get the dates in the current week.
By: Daniel
Time/Date | Added: 07-31-2006 | 1 Comment »


