Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor readme update
  • Loading branch information
Spartanlasergun authored Feb 22, 2025
1 parent 5c51fc2 commit 1297d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Calendar = Calendar(root, command=user_command, ...)

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

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

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

0 comments on commit 1297d93

Please sign in to comment.