{
"name": "age",
"type": "function",
"description": "Returns the difference between two dates or datetimes.
The difference is returned as a Interval and needs to be used with one of the following functions in order to extract useful information:
yearmonthweekdayhourminutesecondday to extract number of days"},
{ "expression":"day(age('2012-05-12','2012-05-2'))", "returns":"10"} ]
}