Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit a455695

Browse files
authored
Update README.md
1 parent 29a0e66 commit a455695

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,13 @@ For example,
131131
In addition, you can override other static variables of `Ng2Datetime` class. The following
132132
is the list of variables that you can override.
133133

134-
| Variable | Default
135-
|-----------------|----------------------
136-
| days | 1,2,....31
137-
| daysOfWeek | Sunday, Monday, .....
138-
| weekends | 0,6
139-
| firstDayOfWeek | 0 as in Sunday
140-
| months | January, February
141-
| formatDate | returns YYYY-MM-DD HH:MM
142-
| parseDate | returns date from YYYY-MM-DD HH:MM
134+
* **days**: default: 1,2,....31
135+
* **daysOfWeek**: default: Sunday, Monday, .....
136+
* **weekends**: default: 0,6
137+
* **firstDayOfWeek**: default: 0 as in Sunday
138+
* **months**: default: January, February
139+
* **formatDate**: default: returns YYYY-MM-DD HH:MM
140+
* **parseDate**: default: returns date from YYYY-MM-DD HH:MM
143141

144142
## **ng2-ui** welcomes new members and contributors
145143

0 commit comments

Comments
 (0)