This is a straightforward question, or at least I believe it is.
In my code, I have declared a Dijit.Calendar and it loads successfully and functions well. However, I am confused about how to retrieve the selected value.
My goal is to update a textbox next to the calendar with the date that the user selects. Whether the update happens immediately upon selection or requires some sort of confirmation doesn't matter to me. I simply need guidance on how to make this happen.
Unfortunately, the reference guide does not offer any details beyond the setup instructions...