rememberDialogDate

fun rememberDialogDate(date: LocalDate = DateUtil.today()): MutableState<LocalDate>

Return

a state holding the current date value

Parameters

date

the initial date