I am sure this is a simple question.
I have 2 simple classes
One called package1.Date
and one called package2.DateFormater
In Date I have 3 member variables. day,month and year - all int.
If I include and instantiate Date in the DateFormatter class and try and set the member variables it doesn't like it.
However if I put DateFormater in the same package it is fine.
Help???
Robert