Formatting dates in Report Writer reports
To format dates in Report Writer reports, do the following:
- Right-click the cell with the date, then choose Format Cells.
- Click the Date category.
- Choose the desired format from the list.
- Click Okay.
Note: For information about each Date/Time Format, see Date Functions.
If you are using a formula, open the Formula Editor (Right-click cell > Edit Formula) and use the DateCustomFormat function.
To make sure the date respects the user's browser language for date formats, use the formula GlobalDateFormat or GlobalDateTimeFormat.
Example: GlobalDateFormat({Payments.PaymentDate}).