- receives an integer time/date value; created easily with mktime() or pulled from a database
- compares it against today’s date()
- returns a user-friendly text string representation of the difference.
Ironically, to test I recommend this format:
echo cuteDate( strtotime('+4 hours') );
echo cuteDate( strtotime('+4 hours') );