How to Convert Json date string to more readable date format?

Convert to date format dd/mm/yyyy

  • Please help me Urgently to convert date entered as 31.5.2010(entered as text) to 31/05/2010 i.e. convert dd.mm.yyyy to dd/mm/yyyy date format.

  • Answer:

    Nabam =Substitute(A1,".","/") if you want to actually convert it to a date =DateValue(Substitute(A1,".","/")) then format the cell as you want the date to appear. if you want to do it inplace, then you would need to select the cells that have that type of value and use the Replace Command to replace . with / in Excel 2007, the replace command is on the right side of the home ribbon in earlier versions, it is on the Edit menu.

Miningco.com Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.