Difference between revisions of "Datetime"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://docs.python.org/3/library/datetime.html == See also == * {{Python}} Category:Python")
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 
https://docs.python.org/3/library/datetime.html
 
https://docs.python.org/3/library/datetime.html
 +
 +
<code>[[from]] datetime import *</code>
 +
 +
 +
== Examples ==
 +
datetime.today()
 +
datetime.utcnow()
 +
 +
date.strftime(format)
 +
 +
== Related ==
 +
* <code>[[date]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 11:07, 25 August 2022

Advertising: