I am getting a string from server side,which contains words separated by comma.
ex:- 09:30pm - 10.30pm,11.00pm - 12.00pm ...,...,....
I want to display it like:
09:30pm - 10.30pm,
11.00pm - 12.00pm,
...,
...,
.
.
.
How to do this? Thanks in advance.