diff --git a/README.md b/README.md index 4850680..349a134 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,22 @@ EnableTimePicker boolean enables TimePicker on the html element's DateTimePicker TargetSelector string determines the jQuery selector of the element to write the DateTime string into it . GroupId string determines the group name in FromDate, ToDate filtering. you have to use this attribute if you wanna use the filter ToDate boolean determines the html tags as ToDate filter. -FromDate boolean determines the html tags as FromDate filter +FromDate boolean determines the html tags as FromDate filter. +Disabled boolean determines whether date picker show or not. Sample : ```html ```