This is my first time working with the MonthCalendar, and was wondering if it is possible to:
1. Select a date (or leave the calendar as is to select "today's" date by default), save information stored in variables via a button click. Store the information entered in the variables on a text file that will include the date.
2. Via another MonthCalendar, select a date which has stored information and display this information back.
I have worked with storing a variety of variables/arrays in the past into a text file, and think I could accomplish what I'm trying to do if I knew how to extract whatever date the calendar has selected.
1. Select a date (or leave the calendar as is to select "today's" date by default), save information stored in variables via a button click. Store the information entered in the variables on a text file that will include the date.
2. Via another MonthCalendar, select a date which has stored information and display this information back.
I have worked with storing a variety of variables/arrays in the past into a text file, and think I could accomplish what I'm trying to do if I knew how to extract whatever date the calendar has selected.