in reply to Re: Setting up date to subtract specific number from it
in thread Setting up date to subtract specific number from it

I really appreciate your help! Just wondering if there is a way to do this without using the Date::Time module? I am not a root user on my box and I am supposed to be avoiding the use of modules as much as possible. Thanks!
  • Comment on Re^2: Setting up date to subtract specific number from it

Replies are listed 'Best First'.
Re^3: Setting up date to subtract specific number from it
by davido (Cardinal) on Nov 25, 2013 at 16:41 UTC

    "...as much as possible."

    Good, so they left you a little room to work with. I mean "as much as possible" isn't as restrictive as "none at all, ever, for any reason."

    Date manipulation is one of the situations where modules are invaluable. Hand rolled solutions usually miss something. Do they want date bugs, or date modules?

    Perhaps you could ask your client what date modules they already have installed, and work using one of those.


    Dave