Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] How can I set "Completed" or "Completed today" for tasks

Hi all,

I just set a "Completed" for task with this code

task.setCompletionDate(new Date())
 
but I don't know why some also labels are green.
On the net I see that there is the difference between "Completed" (gray label) and "Completed today" (gree label) but I don't know how can I manage it.

Can you help me?

Thank

pasquy

Back to the top