You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, currently only dates can be selected, datetimes are not possible.
This makes the hour, minute, seconds etc. formatting options useless.
Am I missing something? Could this be added?
The text was updated successfully, but these errors were encountered:
After some further google search it seems Zenity doesn't support this, so it may be harder than I thought. Is there an alternative library to Zenity with a good datetime picker?
..runs your own custom script to do whatever and print a datetime.
Your challenge would be figuring out how to display a GUI datetime dialog. Without installing any sort of additional Python packages, you may be able to achieve this in Tkinter. If you want a Gtk GUI, there's a Python library for that. Same for Qt. I think it would be easiest with Qt. Example.
As far as I can tell, currently only dates can be selected, datetimes are not possible.
This makes the hour, minute, seconds etc. formatting options useless.
Am I missing something? Could this be added?
The text was updated successfully, but these errors were encountered: