public marks

PUBLIC MARKS from dikiy with tags date & python

28 March 2007 08:30

Dates and Times

by 1 other (via)
now = datetime.datetime(*time.strptime("16/6/1981", "%d/%m/%Y")[0:5])

dikiy's TAGS related to tag date

python +   time +