Back to: Index of cards
Cards in this section return and display date/time values.
Takes as input an object and displays a property on a card. Supported property types are Numeric, Time, and String.
Takes as input a date/time value and returns a date/time shifted by a number of weeks/days/hours/minutes/seconds or milliseconds from the input date.
Takes a date/time column from a transform table as input, and returns an array of the date/time values.
Create a date/time input field which can be used as a parameter in other cards (for example, filters or formulas).
Create a time range input field which can be used as a parameter in other cards (for example, filters or formulas). Use the Select separate start and end date parameter setting in the editor to set the start and end date/times to be defined by distinct date/time parameters.
Returns the first value that is not null, or null if all inputs are null.
Returns the date of the first point in a time series.
Returns the date of the last point in a time series.
Create a range starting from 00:00 on the input date to the input date.
Create a range starting from 00:00 on the Monday of the input date's week to the input date.
Create a range starting from 00:00 on the first day of the input date's month to the input date.
Create a range starting from 00:00 on January 1st of the input date's year to the input date.
Convert a string into a date. American date format is used by default (mm/dd/yyyy). Other date formats are parsable by providing a date format. Will return Invalid timezone or date
for invalid values.