Skip to content

Allow for the use of a datetime string to create timers

This MR adds an End Date field to the TimerForm to allow users to input a date/time string when creating timers.

By default, Django does not recognize the format that CCP uses to display dates in structure timers, so I have made sure to add that format ('%Y.%m.%d %H:%M:%S') as acceptable for the input field. Django will still accept all other formats listed in DATETIME_INPUT_FORMATS.

Resolves #15 (closed)

Merge request reports