I have a task module, in it I have two fields
- t_due_on(task complete date)
- t_completed_on (task completed date)
Example data:
id task_name t_due_on t_completed_on
1 PF Module 2017-03-14 10:15 PM 2017-03-13 23:29 PM
The given task's due date is tomorrow but it was actually finished today, so I need to display the results like:
Task finished: 1 day before