PHP Classes

I just needed something to subtract a certain number of days ...

Recommend this page to a friend!

      Date Class  >  All threads  >  I just needed something to subtract...  >  (Un) Subscribe thread alerts  
Subject:I just needed something to subtract...
Summary:Package rating comment
Messages:1
Author:Dustin Davis
Date:2008-12-17 13:05:57
 

Dustin Davis rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Good

  1. I just needed something to subtract...   Reply   Report abuse  
Picture of Dustin Davis Dustin Davis - 2008-12-17 13:05:57
I just needed something to subtract a certain number of days from a date. I added a Subtract function to this which basically changes the number passed in to a negative number and calls the Add() function. Works perfectly. Just what I needed. Thanks!