Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mds92 committed Jan 27, 2016
1 parent c1f492b commit 9b872ab
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script type="text/javascript">
$('#textBoxInputId').MdPersianDateTimePicker({
Placement: 'bottom', // default is 'bottom'
Trigger: 'focus', // default is 'focus',
EnableTimePicker: true, // default is true,
TargetSelector: '', // default is empty,
GroupId: '', // default is empty,
ToDate: false, // default is false,
FromDate: false, // default is false,
Placement: 'bottom',
Trigger: 'focus',
EnableTimePicker: true,
TargetSelector: '',
GroupId: '',
ToDate: false,
FromDate: false,
EnglishNumber: false,
Disabled: false,
});
</script>
```
Expand Down

0 comments on commit 9b872ab

Please sign in to comment.