I have a string with this value, for example: \"20130211154717\" I want it to be like \"2013-02-11 15:47:17\". How can I do that?
What you want to use for this is a SimpleDateFormat. It has a method called parse()