-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters