Hapus 0 dari tanggal dalam python

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