CountDown class
Package:
Summary:
Display the time remaining to a give date
Groups:
Author:
Description:
This class can be used to display the time remaining to a give date.
It takes a given final date and computes the remaining time to reach that date.
If the date has not been reached, the class displays the remaining time in weeks, days, hours, seconds and minutes. Otherwise the class just displays a countdown finished message.
It takes a given final date and computes the remaining time to reach that date.
If the date has not been reached, the class displays the remaining time in weeks, days, hours, seconds and minutes. Otherwise the class just displays a countdown finished message.
Comments are closed.