For example: UTC date string, "2011-10-30T18:30:00Z", and you want to convert it to "2011-10-30 18:30".
use: str=str.replace(/T|\:\d\dZ/g,' ')
Write a C program to convert date from 24 hrs format to 12 hrd format? Ex: 23:10 = 11:10PM
I am having a min version of JavaScript file.Any tool available for changing it to a normal format?