Date and Time - v1.18.0

You may use the nav bar to the left to select pages.

Below is a listing of all commands and a brief description for each.

CurrentDayOfTheWeek

Get the current day of the week (e.g. Sunday, Monday, etc.)

CurrentTimeOfDay

Get the current time-of-day.

CurrentTimeOfDayIsAbout

Check if current time is within an interval around target.

CurrentTimeOfDayIsAfter

Check whether the current time-of-day is after the target.

CurrentTimeOfDayIsAtOrAfter

Check whether the current time is at or after the target.

CurrentTimeOfDayIsAtOrBefore

Check whether current time-of-day is at or before target.

CurrentTimeOfDayIsBefore

Check whether current time-of-day is before target.

CurrentTimeOfDayIsBetween

Check if current time-of-day is between the two targets.

DateIsAfter

Check if first date comes after the second date.

DateIsBefore

Check whether the first date comes before the second.

DateIsBetween

Check whether the first date comes between second and third.

DateIsOn

Check if first date and second date are equal.

DateIsOnOrAfter

Check if first date comes on or after the second date.

DateIsOnOrBefore

Check if first date comes on or before the second date.

DateMinus

Find the date that comes some time before the given one.

DateMinusDays

Get the date some number of days before the given one.

DatePlus

Find the date that comes some time after the given one.

DatePlusDays

Add some number of days to a date.

DatetimeIsAfter

Check whether the first datetime is after the second one.

DatetimeIsAt

Check whether the first datetime happens at the second.

DatetimeIsAtOrAfter

Check whether first datetime happens at or after second.

DatetimeIsAtOrBefore

Check whether first datetime happens at or before second.

DatetimeIsBefore

Check whether the first datetime is before the second.

DatetimeIsBetween

Check whether the given datetime is between others.

DatetimeMinus

Find the datetime that comes some time before the given one.

DatetimePlus

Find the datetime that comes some time after the given one.

DatetimeQuantity2Seconds

Convert a datetime quantity into a total number of seconds.

DiffHhmmss

Do subtraction of time quantities in hh:mm:ss form.

FindNearestPrecedingRecurrence

Find the nearest recurrence that comes before target.

FindNearestSucceedingRecurrence

Find the nearest recurrence datetime after given one.

Hhmmss2Seconds

Take an input of the form hh:mm:ss and convert to seconds.

IsDate

Check whether given string is in format of a date.

IsDatetime

Check whether given string matches the set datetime format.

IsDatetimeQuantity

Check whether or not the value can be added to a datetime.

IsHhmmss

Check whether the string passed in is of the form hh:mm:ss.

IsTimeOfDay

Check whether given string is of the form hh:mm:ss.

LastMonth

Get the last month.

LastYear

Get the year before this one.

MultiplyHhmmss

Multiply a time quantity in hh:mm:ss form by some factor.

NextMonth

Get the next month.

NextYear

Get the year after this one.

Now

Get the current datetime as formatted string.

Seconds2DatetimeQuantity

Convert some number of seconds into a datetime quantity.

Seconds2Hhmmss

Convert a number of seconds to a string with form hh:mm:ss.

SetDateFormat

Set the format dates will be in (e.g. YYYY-MM-DD).

SetDatetimeFormat

Set format that datetimes will be in.

SetTimeOfDayFormat

Set format that the time-of-day will be presented in.

SumHhmmss

Sum up a list of times.

ThisMonth

Get the current month.

ThisYear

Get the current year.

TimeBetweenDates

Return the absolute number of days between dates given.

TimeBetweenDatetimes

Return the absolute value of time between datetimes given.

TimeBetweenTimesOfDay

Return how much time there is between the two given times.

TimeLeftUntilTargetDate

Return time left from current date until target.

TimeLeftUntilTargetDatetime

Return time left from current datetime to target.

TimeLeftUntilTargetTimeOfDay

Get how much time remains between now and the target time.

TimeOfDayIsAbout

Check if target time of day is within an interval.

TimeOfDayIsAfter

Check whether the given time-of-day is after the second.

TimeOfDayIsAt

Check whether the given time-of-day is at the second.

TimeOfDayIsAtOrAfter

Check whether given time-of-day is at or after the second.

TimeOfDayIsAtOrBefore

Check whether given time-of-day is at or before the second.

TimeOfDayIsBefore

Check whether the first time-of-day is before the second.

TimeOfDayIsBetween

Check whether given time-of-day is between the others.

Today

Get the current date.

Tomorrow

Get tomorrow's date.

Yesterday

Get yesterday's date.