Hi,
I have a date string in MySQL (varchar) in the format YYYYMMDDDHHMM (saved from a xml document) . I would like to convert the string to give me the format DD.MM.YYYY HH:MM when i do a select on the string.
Any ideas?
I have a date string in MySQL (varchar) in the format YYYYMMDDDHHMM (saved from a xml document) . I would like to convert the string to give me the format DD.MM.YYYY HH:MM when i do a select on the string.
Any ideas?
Comment