Functions
now_ms
now_ms() -> int
int
- The current time in ms.
now_mc
now_mc() -> int
int
- The current time in mc.
now_date
now_date() -> string
string
- The current date in MM-DD-YEAR format.
now_timestamp
now_timestamp() -> string
string
- The current time in the default format.
now_format
now_format(format) -> string
- format
string
- Go time format string.
string
- The current time in given format.
fps_to_ms
fps_to_ms(fps) -> int
- fps
int
int
ms_to_fps
ms_to_fps(ms) -> int
- ms
int
int
Constants
Weekday
WEEKDAY_SUNDAY
WEEKDAY_MONDAY
WEEKDAY_TUESDAY
WEEKDAY_WEDNESDAY
WEEKDAY_THURSDAY
WEEKDAY_FRIDAY
WEEKDAY_SATURDAY