Hi, datetime.date.today() (or other day)  has attributes .year and .month
wich return the year and the month of that date, also it has a function
weekday() wich return the number of the day in the week.

I think it is a good idea add a function or attribute "week" wich return
the number of the week on the year. It is useful to execute scripts once a
week for example.
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to