today
fun DefaultKalugaDate.Companion.today(timeZone: KalugaTimeZone = KalugaTimeZone.current(), locale: KalugaLocale = defaultLocale): KalugaDate
Gets a KalugaDate that is set at midnight on the same day as the current time.
Return
A KalugaDate that is set at midnight on the same day as the current time.
Parameters
timeZone
The KalugaTimeZone in which the Date is set. Defaults to KalugaTimeZone.current
locale
The KalugaLocale for which the Date is configured. Defaults to KalugaLocale.defaultLocale