Date started: Making time (hh:mm) component optional?

Will Yates April 29, 2013

Hello

When work is logged on a task one mandatory field is 'Date Started'. That is good, but I find the need to give a specific time to be overkill (just specifying the date the work started is good enough).

So I would like it to be that the date, for example '2013-04-30', is present in this field by default and no time. If the user would then feel the need to enter a particular time it should be possible but not mandatory.

Is this possible to implement? Naturally there might be technical limitations that hinders but how close can we come to what I've described?

1 answer

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

I have not tried this personally but since the Log Work is a dialog popup, you can manipulate it using Javascript:

AJS.$(document).bind('dialogContentReady', function(event, dialog) {
....
});

Suggest an answer

Log in or Sign up to answer