11 lines
508 B
Markdown
11 lines
508 B
Markdown
# IzzComLib
|
|
|
|
Common library for Izwzyzx's Haxe projects.
|
|
|
|
## Functions
|
|
- `randint(x, y)` - Return a random integer between x and y, both inclusive
|
|
- `timestamp()` - Returns the current time in 24hr notation, with left-padding (HH:MM)
|
|
- `datestamp()` - Returns the current date, formatted to ISO 8601 (YYYY-MM-DD)
|
|
- `printDay()` - Returns the name of the current day of the week
|
|
- `printMonth()` - Returns the name of the current month
|
|
- `printDate()` - Returns the current day of the month, with left padding |