| Package | net.guttershark.util |
| Class | public class DateUtils2 |
| Method | Defined by | ||
|---|---|---|---|
|
RemainingUntil(futureDate:Date):Object
[static]
Get the remaing time (seconds,hours,days,years) until the specified date will happen.
| DateUtils2 | ||
| RemainingUntil | () | method |
public static function RemainingUntil(futureDate:Date):ObjectGet the remaing time (seconds,hours,days,years) until the specified date will happen.
ParametersfutureDate:Date — The target future date
|
Object — A generic object with these properties: {seconds:x,minutes:x,hours:x,days:x,years:x}
|