DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python datetime last day of month
>>import calendar >>year, month = 2016, 12 >>calendar.monthrange(year, month)[1] 31
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#datetime
#day
#month
ADD COMMENT
Topic
COMMENT
Name
7+2 =
Submit