使用间隔的duedate成员帖子,如何将其显示为倒计时的输出

So i have created and coded a memberpost with current date + interval 7 days

and i wanted to show that ( below a frontend example )

MemberID    PostTitle   Date Uploaded       Duedate              Response 
01      TestFood    2019-02-02 15:11:29 2019-02-09 08:11:29     7 Days Remaining
02      My House    2019-02-03 15:11:29 2019-02-09 08:11:29     6 Days Remaining
03      Nice Food   2019-02-04 15:11:29 2019-02-09 08:11:29     5 Days Remaining

Any idea where should I start ? as i have 0 idea what should i do by now