Question
string processing
I have a directory containing several filenames like below:
xyz~20080714100808.wav
abc~20080214120808.wav
where 20080714100808 means 14jul2008 at 10:08:08am
I would like to read file by file and convert 20080714100808 to standard datetime format.
The whole project is to display them in a table:
1st col: filename
2nd col: datetime
Pls kindly advise.
xyz~20080714100808.wav
abc~20080214120808.wav
where 20080714100808 means 14jul2008 at 10:08:08am
I would like to read file by file and convert 20080714100808 to standard datetime format.
The whole project is to display them in a table:
1st col: filename
2nd col: datetime
Pls kindly advise.
