Hi Primal Lobo,
Basically this indicates that no date was provided and it the null date value in outsystems. While displaying you can use if condition to check for null value and display blank. Please see the sample below
SyntaxEditor Code Snippet
if(Tags.List.Current.UpdatedOn = NullDate(),"",Tags.List.Current.UpdatedOn)
Hope this will help.
Thanks