Hello David,
I'm afraid you'll have to define them yourself.
This isn't EA's fault as such. Pure UML simply doesn't have any primitive types for dates. In fact, it has only five primitive types:
- Integer
- Boolean
- String
- UnlimitedNatural
- Real
That's it.
There are two ways of adding datatypes in EA; either you define a language and create the types for it (which is what Svend Erik was referring to earlier in the thread), or you create them as model elements -- either «primitive»s or «dataType»s.
I would suggest the latter rather than the former if you want portability. Also, there are some hidden traps with defining your own language in EA.
On the other hand, if you set up the language correctly, GUI integration of the primitive types you define is far superior to what you get if you create model elements for them. Simply put, you need more mouse clicks to select a model-defined type for an attribute than you do for a language-defined one.
Regarding where to find all this in version 13, I'm afraid I can't help you there. It's been a while since I used that.
But it's not new functionality or anything, it's definitely there in 13.
HTH,
/Uffe