Hi,
I have data in a string format. It is a very specific timestamp....but all I want is to convert it to DD/MM/YYYY format.
A typical string will be -
2002-12-30-18.18.36.951257. So it is in the format of "YYYY-MM-DD-HH.NN.SS.XXXXXX" (X BEING MILISECONDS)
All I want is the format as DD/MM/YYYY and as a date.
This must be possible....but I have no idea how.
Many thanks in advance
Steven
I have data in a string format. It is a very specific timestamp....but all I want is to convert it to DD/MM/YYYY format.
A typical string will be -
2002-12-30-18.18.36.951257. So it is in the format of "YYYY-MM-DD-HH.NN.SS.XXXXXX" (X BEING MILISECONDS)
All I want is the format as DD/MM/YYYY and as a date.
This must be possible....but I have no idea how.
Many thanks in advance
Steven