C
CMG8401
I have a data series that looks like:
20080127145747 (YearMonthDayHoursMinutesSeconds)
I need to break that up into two columns
Date (Month/Day/Year) and Time (Hours:Minutes:Seconds)
Please help
20080127145747 (YearMonthDayHoursMinutesSeconds)
I need to break that up into two columns
Date (Month/Day/Year) and Time (Hours:Minutes:Seconds)
Please help