This project is a library wrapping Moment.js to be used in an application built with Kotlin/JS.
To start using kotlin-moment
make sure you have the Maven Central repository, and the following dependencies added to
the Gradle build file.
repositories {
mavenCentral()
}
dependencies {
implementation("io.sunland:kotlin-moment:2.29.1-pre.15-kotlin-1.6.10")
}
You can view the samples to know how to use this library.
Moment.js is already legacy, and it should not be used.