From 324f43b66c64391eb9a1527fa55c17d821163710 Mon Sep 17 00:00:00 2001 From: Thomas Granheim Date: Thu, 2 Feb 2023 09:49:39 +0100 Subject: [PATCH] Readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 175ae26..6598a42 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ boundedDatepicker is a custom control (PCF) created to allow to the users of Pow |i_minDate|Use this parameter to set the minimun available date. You can use a fixed date, map to a field or use **negative** numbers to define a dynamic date (ie. -10 -> today - 10 Days)|`2020-01-01` *(dateAndTime.DateOnly)* or `-10` *(whole.None)* | |i_restrictMaximunDate|Use this parameter to enable/disable the minimun date limit on the datepicker control based on the value of **i_maxDate**.|`Enabled` or `Disabled`| |i_maxdate|Use this parameter to set the minimun available date. You can use a fixed date, map to a field or use **positive** numbers to define a dynamic date (ie. 10 -> today + 10 Days)|`2020-12-31` *(dateAndTime.DateOnly)* or `10` *(whole.None)* | +|i_formatDate|Use this parameter to set the date format for the date picker|Default `DD.MM.YYY`)* | Model-driven App