Plugin : Date
Author:Rex.Rainbow
Download
Actions
Timer
Action:Start
- Start a timer.
- Name ( number or string ) : The name of timer.
Action:Pause
- Pause a timer.
- Name ( number or string ) : The name of timer.
Action:Resume
- Resume a timer.
- Name ( number or string ) : The name of timer.
Expressions
Date
Expression:Year
- Get current year, or add unix timestamp at first parameter to transfer year from unix timestamp.
Expression:Month
- Get current month, or add unix timestamp at first parameter to transfer month from unix timestamp.
Expression:Date
- Get current day number, or add unix timestamp at first parameter to transfer day number from unix timestamp.
Expression:Day
- Get current day name, or add unix timestamp at first parameter to transfer day name from unix timestamp.
Local
Expression:LocalExpression
- Transfer current date to local expression, or add unix timestamp at 1st parameter to transfer from unix timestamp.
Time
Expression:Hours
- Get current hours, or add unix timestamp at first parameter to transfer hours from unix timestamp.
Expression:Minutes
- Get current minutes, or add unix timestamp at first parameter to transfer minutes from unix timestamp.
Expression:Seconds
- Get current seconds, or add unix timestamp at first parameter to transfer seconds from unix timestamp.
Expression:Milliseconds
- Get current milliseconds, or add unix timestamp at first parameter to transfer milliseconds from unix timestamp.
Timer
Expression:Timer
- Get escaped seconds of timer.
- 0 ( number or string ) : The name of timer to get.
UnixTimestamp
Expression:UnixTimestamp
- Get current number of milliseconds since the epoch.
Expression:Date2UnixTimestamp
- Convert date to unix timestamp, the full parameters are "Year,Month,Day,Hours,Minutes,Seconds,Milliseconds"
- Year ( number ) : Year, start with 0.
- Month ( number ) : Month, start with 1.
- Day ( number ) : Day, start with 1.