All the answers that I've found for this question have to do with ggplot2 and other plotting applications. I'd like to know how I can store time information as a date-time object without extraneous date information.
E.g.:
strptime("09:13", format = "%H:%M")
becomes
"2014-03-26 09:13:00"
For my application the default date stamp is irrelevant, and since I'm doing calculations over a large array it actually just adds a lot of unnecessary data. How do I get a date-time object that looks like this instead?:
"09:13:00"