Here is a sample set of mine:
Date / Time      12:15 AM   12:30 AM
January 1, 2010  408.48     403.20
January 2, 2010  438.72     435.36
This is what I'd look it to look like:
January 1, 2010 12:15   408.48
January 1, 2010 12:30   403.20
January 2, 2010 12:15   438.72
January 2, 2010 12:30   435.36
This isn't a pure transformation between wide/long data, so I'm really have trouble reshaping the data to fit this format. Ultimately, I'd like to order this data oldest --> newest (Jan 1 12:15 --> Jan 2 12:30)
Any help would be greatly appreciated. Thank you.