Python strftime Cheat Sheet

Format Output Description %a Sun, Mon, …, Sat (en_US); Weekday as locale’s abbreviated name. %A Sunday, Monday, …, Saturday (en_US); Weekday as locale’s full name. %w 0, 1, …, 6 Weekday as a decimal number, where 0 is Sunday and 6 is   Saturday. %d 01,...