I have a DateTime object containing only a date and another one with only a time. How do I combine them?(This seems to be an issue in all languages except @Formulas, see http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/887ba8eda38e64248525735d007b52ba and others).
I could not find any methods in the Java DateTime class that would allow this, and nothing else in a “Java-way”. I also had no luck with session.evaluate with @TimeMerge.
Do I really have to do this by converting to Strings, concatenate and convert back?
Or am I overlooking something?