Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good day! I am making a monitoring system and I need to make my date and time running in the database.
here is my code.
date = str(datetime.datetime.fromtimestamp(k).strftime('%b %d, %Y %I:%M:%S %p')) `` Thanks in advance! :)
Hi,
What is your question exactly ?
Even though there is no question I'll go ahead and guess date.toString(Qt::ISODate) is what you need.
date.toString(Qt::ISODate)