NepaliCalendarModel
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.
For application code, prefer the NepaliDateConverter object facade - it exposes the same conversion / formatting / comparison utilities as ready-to-call functions, so you don't need to construct (and thread) a model instance. Reach for NepaliCalendarModel directly only when you want a single instance pinned to one locale.
Properties
Functions
Compares a CustomCalendar instance with a date represented by the given year, month, and dayOfMonth.
Formats a English date based on the specified user preferences.
Overload function of above formatNepaliDate function without date range validation.
Formats a Nepali date based on the specified user preferences. (Without validation)
Parses a date string into a CustomCalendar.