Simple date math
Months since I had a colectomy.
perl -e "printf(\"%.2f months since surgery\n\",(time() - 1177074000) / ((365/12)*60*60*24))"
Months since I had a colectomy.
perl -e "printf(\"%.2f months since surgery\n\",(time() - 1177074000) / ((365/12)*60*60*24))"