Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89366 > unrolled thread

date from day (count) of year

Started byVincent Davis <vincent@vincentdavis.net>
First post2015-04-24 07:35 -0600
Last post2015-04-24 07:35 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  date from day (count) of year Vincent Davis <vincent@vincentdavis.net> - 2015-04-24 07:35 -0600

#89366 — date from day (count) of year

FromVincent Davis <vincent@vincentdavis.net>
Date2015-04-24 07:35 -0600
Subjectdate from day (count) of year
Message-ID<mailman.3.1429883007.3680.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

How does one get the date given the day of a year.

>>> dt.datetime.now().timetuple().tm_yday

114
How would I get the Date of the 114 day of 2014?

Vincent Davis

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web