Hello,
I am trying to implement the posts functionality of ACS. The ACS returns me time as " 2015-04-24T14:52:57+0000 " I am using toLocaleTimeString() to convert it to local time. This works perfectly fine for all android devices but fails on all ios devices.
This is link of the function I am using in my app. it works on firefox but fails on ios devices & safari.
Is there any work around for ios devices.
Thanks,