subtract date and time
Posted: 05 Sep 2016 03:05
guys please help me with the script. I need a script that checks how many days remaining from actual date to a particular date. This will help me to monitor my work deadline.
trigger= date and time (set to run once a day)
action=script
action=notification on statusbar
particular date must be in dateformat "yyyy-mm-dd hh:mm:ss"
and the remaining days result must be like this "25d"
example:
(2016-09-05 9:00:00) - (2016-09-29 10:00:00) = 25d
trigger= date and time (set to run once a day)
action=script
action=notification on statusbar
particular date must be in dateformat "yyyy-mm-dd hh:mm:ss"
and the remaining days result must be like this "25d"
example:
(2016-09-05 9:00:00) - (2016-09-29 10:00:00) = 25d