Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40254 > unrolled thread
| Started by | MRAB <python@mrabarnett.plus.com> |
|---|---|
| First post | 2013-03-01 14:09 +0000 |
| Last post | 2013-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.
Re: Issue with continous incrementing of unbroken sequence for a entire working day MRAB <python@mrabarnett.plus.com> - 2013-03-01 14:09 +0000
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2013-03-01 14:09 +0000 |
| Subject | Re: 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")
Back to top | Article view | comp.lang.python
csiph-web