Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10220 - Control Variables New Entry: GetTime #3124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2023

  1. New Command: 2054 - GetTime

    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
    
    ```
    jetrotal committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1daf444 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    f860eff View commit details
    Browse the repository at this point in the history