Results 1 to 6 of 6

Thread: Add 3 months to current date

  1. #1
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default Add 3 months to current date

    Hey there, I found this while trying to find a way of adding a specified number of months / days to another date: http://www.timeanddate.com/date/dateadd.html

    It works very well but does anyone know a way of doing this in PHP? I'm not so great when it comes to dates and I'm sure there's a few functions you can string together to get the same result.

    Hope you can help,

    Thanks.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Hey there, I found this while trying to find a way of adding a specified number of months / days to another date: http://www.timeanddate.com/date/dateadd.html

    It works very well but does anyone know a way of doing this in PHP? I'm not so great when it comes to dates and I'm sure there's a few functions you can string together to get the same result.
    research strtotime()

  3. #3
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Woah, that's insane! I thought this would be very complex, but thank **** for that. What a useful function

  4. #4
    Join Date
    Oct 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey I need to get the same function, is it possible I can get what the function was as I do not see it in the post.


    Thank u

  5. #5
    Join Date
    Jul 2010
    Location
    Minnesota
    Posts
    256
    Thanks
    1
    Thanked 21 Times in 21 Posts

    Default

    What do you mean you don't see the function in the post, it's in the second post - strtotime(). Google it and read the info on the php.net site on how it works.

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •