Open JeevanJames opened 6 years ago
Wonder why this is flagged as a bug, seems like a feature request 🤔
Wonder why this is flagged as a bug, seems like a feature request 🤔
@spottedmahn You're right. I've removed the Bug tag and marked it as an Enhancement.
Thank you.
According to the spec, the recording date is actually a combination of the
TDAT
frame (which contains the day and month in DDMM format) and theTYER
frame (which contains the year as a numeric string).Instead of exposing both separately, it would be useful to have a composite kind of frame property that can encapsulate both frames and get/set the value as a
DateTime
.