From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sat, 2 Jun 2018 00:47:15 +0200
Subject: Upgrade to 0.0.13
---
api/pl.treksoft.kvision.form.time/-date-time/-init-.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'api/pl.treksoft.kvision.form.time/-date-time/-init-.html')
diff --git a/api/pl.treksoft.kvision.form.time/-date-time/-init-.html b/api/pl.treksoft.kvision.form.time/-date-time/-init-.html
index 723a95b2..c95b6a63 100644
--- a/api/pl.treksoft.kvision.form.time/-date-time/-init-.html
+++ b/api/pl.treksoft.kvision.form.time/-date-time/-init-.html
@@ -8,8 +8,8 @@
kvision / pl.treksoft.kvision.form.time / DateTime / <init>
<init>
-
-DateTime(value: Date? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false)
+
+DateTime(value: KDate? = null, name: String? = null, format: String = "YYYY-MM-DD HH:mm", label: String? = null, rich: Boolean = false)
Parameters
value
- date/time input value
@@ -20,7 +20,7 @@
label
- label text bound to the input element
-rich
- determines if label can contain HTML code
+rich
- determines if label can contain HTML code
Constructor