Prev: Any Python Module to send ring tones from PC to mobile via GSM modem
Next: Adding methods from one class to another, dynamically
From: Gabriel Genellina on 1 Feb 2010 14:00 En Mon, 01 Feb 2010 07:26:13 -0300, Rohit Roger$ <rohitraj007(a)gmail.com> escribi�: > Help for datetime module > > Source code is : > from datetime import datetime > d = datetime(datetime.now().year, datetime.now().month, > datetime.now().day, 11, 59, 0 ) > print d And your problem is...? This is what I get: py> print d 2010-02-01 11:59:00 -- Gabriel Genellina |