datetime struct operations
This is a datetime library which is built for goboscript. It is designed to be used with inflator.
...
Make sure you have inflator installed. It's installable from the gtp.
inflate install datetime
add datetime to your inflator.toml
config:
[dependencies]
# ...
datetime = "datetime"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/inflated-goboscript/datetime
cd datetime
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3