Usuń 0 z daty w Pythonie

a_date = datetime.date(2005, 7, 14)
string_date = a_date.strftime("%-m/%-d/%Y")
Wide-eyed Wombat