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


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

Re: Issue with continous incrementing of unbroken sequence for a entire working day

Started byMRAB <python@mrabarnett.plus.com>
First post2013-03-01 14:09 +0000
Last post2013-03-01 14:09 +0000
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Issue with continous incrementing of unbroken sequence for a entire working day MRAB <python@mrabarnett.plus.com> - 2013-03-01 14:09 +0000

#40254 — Re: Issue with continous incrementing of unbroken sequence for a entire working day

FromMRAB <python@mrabarnett.plus.com>
Date2013-03-01 14:09 +0000
SubjectRe: Issue with continous incrementing of unbroken sequence for a entire working day
Message-ID<mailman.2724.1362146984.2939.python-list@python.org>
On 2013-03-01 09:42, Morten Engvoldsen wrote:
> Hi,
> Thanks.. :)
> so simply i can use time.strftime("%d%-m-%y  %H:%M")  , and then i can
> compare the date....
>
I think you're only interested in the date, not the time of day:

time.strftime("%d-%m-%y")

[toc] | [standalone]


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


csiph-web