MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / datum

Function datum

tools/python-3.11.9-amd64/Lib/turtledemo/clock.py:88–94  ·  view source on GitHub ↗
(z)

Source from the content-addressed store, hash-verified

86 return wochentag[t.weekday()]
87
88def datum(z):
89 monat = ["Jan.", "Feb.", "Mar.", "Apr.", "May", "June",
90 "July", "Aug.", "Sep.", "Oct.", "Nov.", "Dec."]
91 j = z.year
92 m = monat[z.month - 1]
93 t = z.day
94 return "%s %d %d" % (m, t, j)
95
96def tick():
97 t = datetime.today()

Callers 1

tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected