Skip to content

Commit

Permalink
fixed README errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartanlasergun authored Jun 6, 2024
1 parent 7aac7eb commit dbcab6b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,14 @@ Calendar = Calendar(root)
Calendar = Calendar(root, command=user_command, ...)
```

##### To retrieve a selected date on the calendar, use the get_date command:
##### To retrieve a selected date on the calendar, use the getdate() command:
```python
Calender.get_date()
Calendar.getdate()
```

##### To retrieve the current date as specified by the operating system, use the getdate_today() command:
```python
Calendar.getdate_today()
```

##### To create a checkbox on the calendar, the command is as follows:
Expand Down

0 comments on commit dbcab6b

Please sign in to comment.