Mysql - Get # of months and years
Posted
by jwzk
on Stack Overflow
See other posts from Stack Overflow
or by jwzk
Published on 2010-03-17T01:24:50Z
Indexed on
2010/03/17
1:31 UTC
Read the original article
Hit count: 284
Is there any way to get the # of months and years since a date, using the mysql DATE column?
So if I enter 1/1/2009.. I want 1 years, 3 months.. and so on.
© Stack Overflow or respective owner