NepaliDatePickerWithEnglishDate
NepaliDatePickerWithEnglishDate lets user select a date and preferably should be embedded into Dialogs. Check NepaliDatePickerDialog.
Nepali date picker lets you pick a Nepali date via a calendar UI which displays both Nepali and English dates.
Parameters
state of the date picker. See rememberNepaliDatePickerState.
the Modifier to be applied to this date picker
the locale NepaliDateLocale for the english date
the title to be displayed in the date picker
the headline to be displayed in the date picker
the boolean to let user toggle between Date Picker and Date Input
the boolean to control either to show TODAY button or not
NepaliDatePickerColors that will be used to resolve the colors used for this date picker in different states. See NepaliDatePickerDefaults.colors.
Example usage:
val defaultNepaliDatePickerState = rememberNepaliDatePickerState()
NepaliDatePickerWithEnglishDate(state = defaultNepaliDatePickerState)