Hello i am geting JSON response from web service, with date in this format
20140424T00:00:00
Is it posible to format this date something like this
24.04.2014 in euro format with javaScript
I try to use functions new Date() and toLocaleString() but not success with this format? Any suggestion is welcomed!