Will Rocisky wrote:
> Actually I am trying to save both date and time in one cell but they
> are given separately by user.

http://docs.python.org/lib/datetime-datetime.html indicates that the
function you're looking for is datetime.datetime.combine(d, t).

HTH!

-- 
I'm at CAMbridge, not SPAMbridge
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to