Date Manipulation

Monkey Forums/Monkey Programming/Date Manipulation

c.k.(Posted 2012) [#1]
Has anybody created a date object/module? So I could do something like this:

[monkeycode]
Class Student
Field birthday:Date
...
End Class
[/monkeycode]

(Watching Jim's tutorial videos, and I'm thinking the age field would better be a date. Right, Jim?) :-D

But I've also needed to manipulate dates, so...