Welcome Guest, Not a member yet? Register   Sign In
add dates
#2

[eluser]featureBlend[/eluser]
Dude its not that difficult:

Code:
<?php
    $futuredate = strtotime("365 days");
    echo date("F d, Y", $futuredate);
?>

My suggestion to you before you post queries here would be to give it a teeney weeney bit of research....GL with translating the date to your preferred output format.


Messages In This Thread
add dates - by El Forum - 12-01-2008, 02:10 AM
add dates - by El Forum - 12-01-2008, 02:36 AM
add dates - by El Forum - 12-01-2008, 03:04 AM
add dates - by El Forum - 12-01-2008, 03:28 AM
add dates - by El Forum - 12-01-2008, 03:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB