The same dates are not equal?

Just faced the following problem:
Two equal dates are not considered as equal:

% _rec.mededeling_datum == _mededeling.mededeling_datum
false
% _rec.mededeling_datum
Thu Jan 24 12:05:08 CET 2008
% _mededeling.mededeling_datum
Thu Jan 24 12:05:08 CET 2008
%

Anyone has seen this before?

Yes, I have seen that before.

What does this give you

_rec.mededeling_datum.getTime() == _mededeling.mededeling_datum.getTime() 

Could this be due to milliseconds?

This works indeed

_rec.mededeling_datum.getTime() == _mededeling.mededeling_datum.getTime()

So it looks like a small bug in Servoy

I added this as a bug in de support system