Find Month difference in php?
Posted
by Karthik
on Stack Overflow
See other posts from Stack Overflow
or by Karthik
Published on 2010-04-21T09:08:27Z
Indexed on
2010/04/21
9:13 UTC
Read the original article
Hit count: 310
Is there anyway to find the month difference in php? I have the input of from date 2003-10-17 and todate 2004-03-24. I need the results how many month is there within these two days. Say if 6 months, i need the output in months only. Thanks for guide me for day difference.
I find the solution through mysql but i need in php. Anyone help me, Thanks in advance.
© Stack Overflow or respective owner