sapkotamadhusudan / nepali-calendar

A Nepali Calendar used to manage nepali dates and also convert AD dates to nepali.
MIT License
5 stars 0 forks source link
calendar calendarview nepali-calendar

Nepali Calendar

Maven Central

A Nepali Calendar used to manage nepali dates and also convert AD dates to nepali.

Installation

The Nepali Calendar can be installed directly into your application by importing sdk artifacts via Gradle.

Add the following code to your project's build.gradle file:

repositories {
    mavenCentral()
}

And the following code to your module's build.gradle file:

dependencies {
    implementation "io.github.sapkotamadhusudan:np-calendar-core:<latest-version>"
    implementation "io.github.sapkotamadhusudan:np-calendar-ui:<latest-version>"
}

Contributing

Found a bug? feel free to fix it and send a pull request or open an issue.

License

CalendarView is distributed under the MIT license. See LICENSE for details.