martinh
1
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?
patrick
2
Yes, I have seen that before.
What does this give you
_rec.mededeling_datum.getTime() == _mededeling.mededeling_datum.getTime()
IT2Be
3
Could this be due to milliseconds?
martinh
4
This works indeed
_rec.mededeling_datum.getTime() == _mededeling.mededeling_datum.getTime()
So it looks like a small bug in Servoy
martinh
5
I added this as a bug in de support system