What would be the best data type to use to represent values of the kind
year/month? I.e. 2002/10, 2003/01
There doesn't seem to be a Date format that I can use. If possible I'd
like to use a built-in data type that would allow for comparisons and
maybe even arithmetic.
Jc