I want to ask a question. If I have list date like this:
'2017-03-23'
'2017-04-10'
'2017-04-11'
'2017-04-12'
'2017-04-13'
'2017-05-26'
'2017-05-27'
'2017-05-28'
then I want wrote those date to be like this:
'2017-03-23','2017-04-10 - 2017-04-13','2017-05-26 - 2017-05-28'
Please give an advise
thank you