We found 88 matches for: date

An overview of all date blocks currently available, updated daily!

date: minus years

Minus a selected amount of years of your given date.

In-pins

date
years

Out-pins

date
date: difference in days

The difference between 2 given dates in days.

In-pins

date_0
date_1

Out-pins

number
date: difference in seconds

Difference between 2 given dates in seconds.

In-pins

date_0
date_1

Out-pins

number
date: minus weeks

Minus an selected amount of weeks of your given date.

In-pins

date
weeks

Out-pins

date
date: plus years

Plus an selected amount of years to your given date.

In-pins

date
years

Out-pins

date
date: plus days

Plus an selected amount of days to your given date.

In-pins

date
days

Out-pins

date
date: plus weeks

Plus an selected amount of weeks to your given date.

In-pins

date
weeks

Out-pins

date
date: plus months

Plus an selected amount of years to your given date.

In-pins

date
months

Out-pins

date
date: set to: start of month

Returns the start of the month for the given date

In-pins

date

Out-pins

date
date: set to: end of day

Returns the end of the day for the given date

In-pins

date

Out-pins

date
date: set to: end of week

Returns the end of the week for the given date

In-pins

date

Out-pins

date
date: set to: end of month

Returns the end of the month for the given date

In-pins

date

Out-pins

date
date: set to: start of hour

Returns the start of the hour for the given date

In-pins

date

Out-pins

date
date: make locale

In-pins

date
locale

Out-pins

date
get: year

Get year of given date.

In-pins

date

Out-pins

Y
date: set timezone

In-pins

date
tz

Out-pins

date
get: hour

Get hour of given date.

In-pins

date

Out-pins

number
set: quarter

Set quarter of given date.

In-pins

date
quarter
1 to 4

Out-pins

date
set: week of year (locale)

Set week of year of given date (locale).

In-pins

date
week

Out-pins

date
get: week of year (ISO)

Get week of year of given date (iso).

In-pins

date

Out-pins

wy
get: week of year

Get week of year of given date.

In-pins

date

Out-pins

wy
get: day of year

Get day of year of given date.

In-pins

date

Out-pins

dy
set: day of week (ISO)

In-pins

date
weekday
1 to 7, 1 = Monday, 7 = Sunday

Out-pins

date
set: day of year

Set day of year of given date.

In-pins

date
day
1 to 366

Out-pins

date
set: week of year

Set week of year of given date.

In-pins

date
week

Out-pins

date
get: day of month

Get date of month of given date.

In-pins

date

Out-pins

d
set: day of week

Set day of week of given date.

In-pins

date
weekday
0 to 6

Out-pins

date
set: hour

Set hour of given date.

In-pins

date
hour
0 to 23

Out-pins

date
set: day of month

Set day of month of given date.

In-pins

date
day
1 to 31

Out-pins

date
get: millisecond

Get millisecond of the date you have given. E.G current date.

In-pins

date

Out-pins

ms
set: millisecond

Set millisecond of the date you have given.

In-pins

date
ms

Out-pins

date
custom: date

Allowes you to give an custom date. E.G. 28/12/2020 16:15:33

Out-pins

date
set: second

Update the second of current date.

In-pins

date
seconds

Out-pins

date
value: convert to date

Parse string to date.

In-pins

Date
Format

Out-pins

Date
date: conditions: elseif

Allowes you to use different dates based on your given conditions.

In-pins

default
else if
then

Out-pins

date
references: define reference

Define your date value so you can use this reference through your whole blueprint.

In-pins

date
date: conditions: if

Allosed you to use different dates based on your given condition (true/false).

In-pins

true
false
boolean

Out-pins

date
date: is this month

In-pins

date

Out-pins

condition
date: is this week

In-pins

date

Out-pins

condition
condition date: <

In-pins

date_0
date_1

Out-pins

condition
condition date: !==

In-pins

date_0
date_1

Out-pins

condition
condition date: >

In-pins

date_0
date_1

Out-pins

condition
condition date: >= AND <=

In-pins

compare
>=
<=

Out-pins

condition
references: use

Use the date which was previously defined by a define reference

Out-pins

date
references: define

Store this date as reference, which can later be used by "use reference"

In-pins

date
date: from now

In-pins

date

Out-pins

value
date: difference in hours

Difference between 2 given dates in hours.

In-pins

date_0
date_1

Out-pins

number
date: minus months

Minus an selected amount of months of your given date

In-pins

date
months

Out-pins

date
date: difference in minutes

Difference between 2 given dates in minutes.

In-pins

date_0
date_1

Out-pins

number
date: minus days

Minus an selected amount of days of your given date.

In-pins

date
days

Out-pins

date
date: minus seconds

Minus an selected amount of seconds of your given date.

In-pins

date
seconds

Out-pins

date
condition date: ===

In-pins

date_0
date_1

Out-pins

condition
condition date: >=

In-pins

date_0
date_1

Out-pins

condition
set: month

In-pins

date
month
1 to 12

Out-pins

date
get: month

Get month of year of given date.

In-pins

date

Out-pins

M
set: week of year (ISO)

In-pins

date
week

Out-pins

date
get: year of week (locale)

Gets the week-year according to the locale

In-pins

date

Out-pins

wy
get: day of week (ISO)

In-pins

date

Out-pins

wd
get: day of week

Get day of week of given date.

In-pins

date

Out-pins

wd
get: day of week (locale)

Get day of locale week of given date.

In-pins

date

Out-pins

wd
set: day of week (locale)

Set day of week of given date

In-pins

date
weekday
0 to 6

Out-pins

date
date: date now

Gives you the current date based on your timezone.

In-pins

tz

Out-pins

date
get: second

Get the second of your given date.

In-pins

date

Out-pins

s
set: minute

Set minute of given date.

In-pins

date
minute
0 to 59

Out-pins

date
date: never

Will return the -1 unix timestamp. It can be used as expiry for the document update or remove actions

Out-pins

date
date: switch

Returns a date based of the given expression.

In-pins

expression
The expression to evaluate.
default
The default statement to be executed.

Out-pins

output
Returns the date matching the expression.
match
Returns true in case a match was found.
date: is empty

In-pins

Date

Out-pins

condition
date: is this iso week

In-pins

date

Out-pins

condition
date: is this year

In-pins

date

Out-pins

condition
date: is this workweek

In-pins

date

Out-pins

condition
date: is today

In-pins

date

Out-pins

condition
condition date: <=

In-pins

date_0
date_1

Out-pins

condition
date: plus hours

Plus an selected amount of hours to your given date.

In-pins

date
hours

Out-pins

date
date: plus seconds

Plus an selected amount of seconds to your given date.

In-pins

date
seconds

Out-pins

date
date: plus minutes

Plus an selected amount of minutes to your given date.

In-pins

date
minutes

Out-pins

date
date: set to: start of year

Returns the start of the year for the given date

In-pins

date

Out-pins

date
date: set to: end of year

Returns the end of the year for the given date

In-pins

date

Out-pins

date
date: set to: start of week

Returns the start of the week for the given date

In-pins

date

Out-pins

date
date: set to: end of hour

Returns the end of the hour for the given date

In-pins

date

Out-pins

date
date: set to: start of day

Returns the start of the day for the given date

In-pins

date

Out-pins

date
date: make UTC

In-pins

date

Out-pins

date
date: format

https://momentjs.com/docs/#/displaying/calendar-time/

In-pins

date
format

Out-pins

value
get: minute

get minute of given date.

In-pins

date

Out-pins

number
date: get unixtimestamp

Get unixstamp of given date.

In-pins

date

Out-pins

number
set: year

In-pins

date
year
e.g. 2019

Out-pins

date
get: quarter

In-pins

date

Out-pins

Q
date: minus hours

Minus an selected amount of hours of your given date

In-pins

date
hours

Out-pins

date
date: minus minutes

Minus an selected amount of minutes of your given date.

In-pins

date
minutes

Out-pins

date