We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if i have an array of String values storing dates, how do i display a dot marker on the calendar for these dates
array looks like this
array workoutSchedule = ["22-04-2016", "26-04-2016", "27-04-2016"]
thanks
if i have an array of String values storing dates, how do i display a dot marker on the calendar for these dates
array looks like this
array workoutSchedule = ["22-04-2016", "26-04-2016", "27-04-2016"]
thanks