You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets current date information and attach it to a variable.
Usage:
```js
@raw 2054, "Type_of_Date", targetVar_IsVar, targerVat
```
```js
// "set year to variable 1:"
@raw 2054, "getYear", 0, 1
// "set month to variable 2:"
@raw 2054, "getMonth", 0, 2
// "set day to variable 3:"
@raw 2054, "getDay", 0, 3
// "set hour to variable 4:"
@raw 2054, "getHour", 0, 4
// "set minute to variable 5:"
@raw 2054, "getMinute", 0, 5
// "set second to variable 6:"
@raw 2054, "getSecond", 0, 6
// "set day of week to variable 7:"
@raw 2054, "getWeekDay", 0, 7
// "set days in year to variable 8:"
@raw 2054, "getYearDay", 0, 8
```
0 commit comments