dateTimeInput

fun <ERROR CLASS>.dateTimeInput(    value: <ERROR CLASS>? = null,     format: String = "YYYY-MM-DD HH:mm",     className: String? = null,     init: DateTimeInput.() -> Unit? = null): DateTimeInput

DSL builder extension function.

It takes the same parameters as the constructor of the built component.