How to concatenate datetime.date object and datetime.time object

W

Will Rocisky

Actually I am trying to save both date and time in one cell but they
are given separately by user.
 
S

Steven D'Aprano

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

What's a "cell"?

I suggest building a datetime.datetime() object:
datetime.datetime(2008, 8, 5, 19, 54)

I discovered this by opening an interactive session and calling
help(datetime).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top