Date (Type) — Skript

Addon: Skript · Category: Type · Since: 1.4

Syntax

date

Description

A date is a certain point in the real world's time which can be obtained with now expression, unix date expression and date function. See time and timespan for the other time types of Skript.

Examples

set {_yesterday} to now
subtract a day from {_yesterday}
# now {_yesterday} represents the date 24 hours before now

View source