stardate
gleam add stardate
import stardate
pub fn main() {
io.debug(stardate.to_stardate(2017, 9, 24))
}
Further documentation can be found at https://hexdocs.pm/stardate.
Development
gleam run # Run the project
gleam test # Run the tests