ctjacobs / pyqso

PyQSO is a contact logging tool for amateur radio operators.
http://christianjacobs.uk/pyqso
GNU General Public License v3.0
77 stars 19 forks source link

User-defined Date/Time format #15

Open ctjacobs opened 10 years ago

ctjacobs commented 10 years ago

Without changing the format of the Date/Time data stored in the database, let the user choose how they want the Date/Time to be displayed. For example, if the user provides a formatting string like "%d %M %Y", PyQSO could display the date as "24 March 2014" (instead of "20140324", which is an example of how the Date is currently stored in the database).

Suggested by Paride Legovini.

JoelMon commented 6 years ago

Also can we have a separate field for start time and end time? Thanks!