When using a date with value equal to null date it doesn't make a lot of sense to show the default date 01-01-1900. We end up doing
if(MyDate = NullDate(), "", MyDate) a lot in for example in expressions in table records.
To me it is strange that OutSystems helps you al lot, but then here we have to manually code an if.