The Days of week is being stored in the following format :-
a:3:{i:0;s:6:"Monday";i:1;s:9:"Wednesday";i:2;s:6:"Friday";}
How can I convert it to a readable format and just display - Monday, Wednesday and Friday?
I couldn't find anything related to conversion but a lot of articles are there for storing the days of week using different approaches.
Thanks