Skip to content

Commit

Permalink
added start date method
Browse files Browse the repository at this point in the history
  • Loading branch information
nomanr committed Dec 26, 2015
1 parent fa76088 commit 0be12c4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Feel free to fork or issue pull requests on github. Issues can be reported on th
<h5>Gradle</h5>

dependencies {
compile 'noman.weekcalendar:weekcalendar:1.0.5'
compile 'noman.weekcalendar:weekcalendar:1.0.6'
}

<h5>Maven</h5>

<dependency>
<groupId>noman.weekcalendar</groupId>
<artifactId>weekcalendar</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

<h3>Sample Usage</h3>
Expand Down Expand Up @@ -104,7 +104,12 @@ There are a few xml attributes to customise the calendar. If you feel that any c
}

});
See the sample project for usage of methods like `reset()` , `moveToNext()` , `moveToPrevious()` and `setSelectedDate(DateTime)`.
See the sample project for usage of methods like
- `reset()`
- `moveToNext()`
- `moveToPrevious()`
- `setSelectedDate(DateTime)`
- `setStartDate(DateTime)`


<h3>Libraries Used</h3>
Expand Down

0 comments on commit 0be12c4

Please sign in to comment.