minor
This commit is contained in:
parent
8360ebbe90
commit
dbf5c7587c
31 changed files with 635 additions and 455 deletions
|
@ -10,7 +10,7 @@ The call should create a calendar for the given year/month and put it inside `el
|
|||
|
||||
The calendar should be a table, where a week is `<tr>`, and a day is `<td>`. The table top should be `<th>` with weekday names: the first day should be Monday, and so on till Sunday.
|
||||
|
||||
For instance, `createCalendar(cal, 2012, 9)` should generate in <code><div id='cal'></div></code> the following calendar:
|
||||
For instance, `createCalendar(cal, 2012, 9)` should generate in element `cal` the following calendar:
|
||||
|
||||
[iframe height=210 src="solution"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue