Zur dynamischen Nutzung stehen Konstanten bereit, die automatisiert Datum und Zeit definieren:
[CURRENT_DATE]
: Aktuelles Datum[CURRENT_TIME]
: Aktuelle Uhrzeit[DUE_DATE]
: Fälligkeitsdatum (zur Festlegung von Fristen)Diese Konstanten erleichtern die Dateneingabe und sorgen für automatisierte und fehlerfreie Zeitangaben bei den Standardwerten.
[CURRENT_DATE]
- Current date[CURRENT_TIME]
- Current time[CURRENT_DATETIME]
- Current date and time[DUE_DATE]
- Due date[LASTMONTH_STARTDAY]
- First day of last month[LASTMONTH_ENDDAY]
- Last day of last month[CURRENTMONTH_STARTDAY]
- First day of current month[CURRENTMONTH_ENDDAY]
- Last day of current month[CURRENTYEAR_STARTDAY]
- First day of current year[CURRENTYEAR_ENDDAY]
- Last day of current year[MONTHBEFORE_LASTMONTH_STARTDAY]
- First day of the month before last month[MONTHBEFORE_LASTMONTH_ENDDAY]
- Last day of the month before last month[CURRENT_DATE]+[14D]
- Current date plus 14 days[CURRENT_DATE]-[14D]
- Current date minus 14 days[CURRENT_DATE]+[2M]
- Current date plus 2 months[CURRENT_DATE]-[2M]
- Current date minus 2 months[CURRENT_DATE]+[1Y]
- Current date plus 1 year[CURRENT_DATE]-[1Y]
- Current date minus 1 year[YYYY]
- Current year[MM]
- Current month[DD]
- Current day[STATUS_NAME]
- Name of the status[STATUS_COUNT]
- Count of the status[STATUS_SHORT]
- Short form of the status[GLOBAL_COUNTER_1]
- Global counter 1[GLOBAL_COUNTER_2]
- Global counter 2Constants from I4201 to I4262 (e.g., [I4201]
, [I4202]
, etc.)
Constants from C2301 to C2396 (e.g., [C2301]
, [C2302]
, etc.)