mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-06 15:18:22 +00:00
Added colon to input
This commit is contained in:
@@ -143,7 +143,7 @@ class DateTimePicker(Region):
|
|||||||
self.root.clear()
|
self.root.clear()
|
||||||
|
|
||||||
date = value.date().strftime("%d%m%Y")
|
date = value.date().strftime("%d%m%Y")
|
||||||
time = value.time().strftime("%H%M")
|
time = value.time().strftime("%H:%M")
|
||||||
|
|
||||||
self.root.send_keys(date)
|
self.root.send_keys(date)
|
||||||
self.root.send_keys(Keys.TAB)
|
self.root.send_keys(Keys.TAB)
|
||||||
|
|||||||
Reference in New Issue
Block a user