Hacker News new | ask | show | jobs
by midmoon2001 3304 days ago
Handling with birthdays and Ages, my Fav: select age('1971-01-01'::date); select age('2015-01-01'::date, '1971-01-01'::date );