makaiguy
Member
I have a need to show a date calculation (date XX days in future from current date).
Can be calculated in php as:
$future_date = date("F d, Y",strtotime("+XX days"));
What construction would I need to enter into the appropriate template to show something like:
Future date is ________
Can be calculated in php as:
$future_date = date("F d, Y",strtotime("+XX days"));
What construction would I need to enter into the appropriate template to show something like:
Future date is ________