Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjobes committed Feb 9, 2015
1 parent 2571b5e commit 76e0eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ new SlideDateTimePicker.Builder(getSupportFragmentManager())
.show();
```

Note that the `Date` object that you pass in to `.initialDate()` should contain both the date and time that you wish to initially display.
Note that the `Date` object that you pass in to `.setInitialDate()` should contain both the date and time that you wish to initially display.

**To set the minimum date to display:**

Expand Down

0 comments on commit 76e0eb9

Please sign in to comment.