NAME
TimeLeftUntilTargetDate — Return time left from current date until target.
SYNOPSIS
TimeLeftUntilTargetDate TargetDate
DESCRIPTION
Return Value
Time left from current date until target.
Arguments
TargetDateTarget date you want to measure the number of days left until.
More Info
Return value will be number of days from current date to target date.

If the target date is already past then the returned value will be prefixed with a minus sign.


For information regarding exceptions / errors, see here.
EXAMPLES
% Today
2000-01-01
% TimeLeftUntilTargetDate 2000-01-02
1

% Today
2000-01-02
% TimeLeftUntilTargetDate 2000-01-01
-1
SEE ALSO
TimeLeftUntilTargetDatetime, Today
KEYWORDS
arithmetic, date