282: Deadline enable picking time
Closes #282 (closed)
The issue occurred because the fields are saved in ab as datetime, and we did not enable specific time. I was thinking that it might be a good idea to give lecturer a chance to choose also time (sometimes as I recall from our deadlines for courses we have 9am etc).
I created a special datetime picker, which accepts YY-mm-dd H:i
and seconds are 00. The is the format db understands. I also changed readonly attribute, as it might be inconvenient to always use arrows.
I also found out the same issue happened with presented at.
Let me know if you want it vice-versa, so that lecturer cannot choose time and time is not shown.
UI:
Same is done for presented_at.
Edited by Anna Kalandadze