|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 5
|
Is there any elegant way to differentiate between dates that are added (as dates with events on them) to the weekly selector click?
I have an events diary that marks all dates with bookings, but I also want to allow my users to use the weekly select function to add events that span the entire week.
So far I have only come up with a crude method of counting character length, then isolating the last x number of characters the select function adds.
There must be a better way..?
SFO
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure what you meant by counting character length. You would get all the selected dates through the Calendar's SelectedDates collection. It doesn't matter how you added dates into that collection.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 5/12/2011 Posts: 5
|
I have an array of dates already added to the Calendar's SelectedDates collection. What I am asking is there any elegant way of separating out those dates already added to the new dates that are added when I click the weekly select characters.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. Calendar does not record how a date is added into SelectedDates.
Thanks
|
|