short_date(d: date, month_name: boolean)
Submitted by bingomanatee on 6 March, 2010 - 12:04
returns a date in the format 1/3, 2003 (or (Jan-3, 2003 if month_name == true). If the year is the same as the current year it is omitted.

