Data formatting
The text component displays data in the format in which they are stored in the data source. It is not always convenient. For example, when the date contains the time. To display only the date, it is necessary to resort to formatting the data. This can be done through using system functions String.Format. Print the current date without time:
Today [String.Format("{0:d}", [Date])]