On Sep 22, 5:37 am, Konstantinos Pachopoulos <[EMAIL PROTECTED]>
wrote:
> Hi,
> does any body now any such algorith? to find difference in days from
> MMDD to MMDD?
> Or just an algorithm, that converts MMDD to seconds since the epoch?
>
> Thanks
Seen some comp
On Sep 22, 2:37 am, Konstantinos Pachopoulos <[EMAIL PROTECTED]>
wrote:
> Hi,
> does any body now any such algorith? to find difference in days from
> MMDD to MMDD?
> Or just an algorithm, that converts MMDD to seconds since the epoch?
>
> Thanks
For some
On 22 sep, 11:37, Konstantinos Pachopoulos <[EMAIL PROTECTED]>
wrote:
> does any body now any such algorith? to find difference in days from
> MMDD to MMDD?
Once I needed the same and I wrote:
def days_difference(s1, s2):
splitdate = lambda s: time.strptime(s,
On 22/09/2007 7:37 PM, Konstantinos Pachopoulos wrote:
> Hi,
> does any body now any such algorith? to find difference in days from
> YYYYMMDD to MMDD?
The literal answer to your question is, unsurprisingly, "Yes".
Now, what do you really want/need:
(a) details of an al
Konstantinos Pachopoulos schrieb:
> Hi,
> does any body now any such algorith? to find difference in days from
> YYYYMMDD to MMDD?
> Or just an algorithm, that converts MMDD to seconds since the epoch?
See the modules datetime and time in the standard library.
D
Hi,
does any body now any such algorith? to find difference in days from
MMDD to MMDD?
Or just an algorithm, that converts MMDD to seconds since the epoch?
Thanks
--
http://mail.python.org/mailman/listinfo/python-list