# HTML
Function
Description
Example
age(timestamp, timestamp) → interval
Subtract arguments, producing a symbolic result that uses years and months, rather than just days
age(timestamp '2001-04-10', timestamp '1957-06-13')43 years 9 mons 27 days
# CSS #docContent table.table code.literal { font-style: italic; } code.returnvalue { font-weight: bold; } code.function { font-weight: bold; } .replaceable > code { font-weight: normal !important; } #docContent table.table dl { margin-left: 30px; margin-top: 5px; } #docContent table.table dl > dd { margin-bottom: 0; }