Package-level declarations

The conversion and formatting engine. NepaliCalendarModel performs BS↔AD conversion, month-detail lookup, formatting, and comparison; NepaliDateConverter is the public facade over it; NepaliCalendarDefaults exposes year ranges and boundary calendars.

Types

Link copied to clipboard

Calendar-only defaults exposed by the :nepali-date-picker:core module.

Link copied to clipboard
class NepaliCalendarModel(val locale: NepaliDateLocale = NepaliDateLocale())

Locale-aware engine behind the pickers: BS↔AD conversion, month details, formatting, and date comparison. This is the workhorse the :ui composables construct and pass down internally.

Link copied to clipboard