From dbcab6b1938265abaacb490a7a3391b1a7ab0cf8 Mon Sep 17 00:00:00 2001 From: Narendra Singh Date: Thu, 6 Jun 2024 08:59:01 -0400 Subject: [PATCH] fixed README errors --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59f79e5..573bee0 100644 --- a/README.md +++ b/README.md @@ -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: