Did you know that different countries have different date formats? When you make a multilingual report, or a report for a country where they speak Persian (Farsi), it is important to bring up dates in the correct format. By default, FastReport uses the European date format, but the .NET tools allow converting it into different formats.
Thus, our task is to convert the date into the Persian format. For example, our report has an expression [Date], bringing up today’s date:
The expression [Date] gets the current system date in the DateTime format, but the value of the text report a ...