Skip to content

Commit

Permalink
Update API docs for #220
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Oct 11, 2016
1 parent 8605ba3 commit 5163fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LocaleUtils.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Return the string used to render the weekday's short name, e.g. `Mo` for Monday.

### formatWeekdayLong `(i: number, locale: String) ⇒ String`

Return the string used to render the weekday's long name, e.g. `Monday`. It is used mainly for ARIA.
Return the string used to render the weekday's long name (starting from `0` as Sunday).

### getFirstDayOfWeek `(locale: String) ⇒ Number`

Return the first day of the week for the given locale, e.g. `0` (Sunday) when `locale` is `en`.
Return the first day of the week for the given locale (starting from `0` as Sunday).

### getMonths `(locale: String) ⇒ Array`

Expand Down

0 comments on commit 5163fcc

Please sign in to comment.