mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Added colon to input
This commit is contained in:
@@ -143,7 +143,7 @@ class DateTimePicker(Region):
|
||||
self.root.clear()
|
||||
|
||||
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(Keys.TAB)
|
||||
|
||||
Reference in New Issue
Block a user