Pages

Datepicker


copies individual, multiple dates and date range to the clipboard in various formats specified by the user. It runs in QT environment and was tested on Ubuntu Wily 32 bit Linux.

Download

Usage


Individual dates are picked with a LMB click.


Multiple dates are picked with a LMB click while holding Ctrl button pressed.



Date range is picked with a a LMB click while holding Shift button pressed.



The data is immediately copied to the clipboard and displayed in a text box.


Customization


In file datepicker.py

Line 19: change background color for the picked dates.
Line 23: change separator between picked dates.
Line 26: put more Python's strftime date formats.