Posts by Diego Nanzer • 96 points
2 posts
-
2
votes2
answers675
viewsA: Set date and time format used by Datetime
Try: DataFormatString="{0:dd/MM/yyyy HH:mm}"
-
6
votes2
answers277
viewsA: Format select output
Inside the isnull function, just concatenate ' - ' with the complement field. When the complement field is null the result of concatenation will be null. It’ll stay that way:…