Hi Arindam,
Use split function to seperate the date. Use two times split function. First time seperate the comma(,) and second time for space. So you will get in an array. Use them to display in your format.
For example, Use like this.. array[0]+"/"+array2[0]+"/"+array2[1] in the output format.