I have a string saved in the format produced by date ('Ymd-Hms')
e.g.
20050215-130257
Can anyone suggest the easiest way to present this as e.g.
13.02pm, 15/Feb/2005
?
Things like strftime () don't seem to be applicable, and it's not
obviously how the general string formatting functions could be applied
here.
Martin
Comment