Python strftime- date without leading 0

0 votes
While using Python strftime, is there any way to remove the first 0 of the date if it's before the 10th, ie.  01 is 1? Can't find a way for that.
Dec 31, 2018 in Python by ana1504.k
• 7,910 points
22,358 views