Package io. kvision. form. time
Full-featured date and time input components.
Types
DateTimeInput
Link copied to clipboard
open class DateTimeInput(value: Date?, format: String, className: String?, init: DateTimeInput.() -> Unit?) : SimplePanel, GenericFormComponent<Date?> , FormInput, MutableState<Date?>
Content copied to clipboard
Functions
dateTimeInput
Link copied to clipboard
fun Container.dateTimeInput(value: Date? = null, format: String = "YYYY-MM-DD HH:mm", className: String? = null, init: DateTimeInput.() -> Unit? = null): DateTimeInput
Content copied to clipboard