FormatDateColumn
  • 1 Minute to read
  • Dark
    Light
  • PDF

FormatDateColumn

  • Dark
    Light
  • PDF

Article summary

Modifies the specified Date Column to display in a specific format

Purpose

Use this function to:

  • Alter the display of a date column
Processing Sequence
If using InsertDates, make sure the InsertDates Post-Process comes before any FormatDateColumn process.  If InsertDates comes after FormatDateColumn, the formatting of FormatDateColumn will be lost.


Parameters

ParameterDescription
ColumnRequired.  The date column to which to apply the Date formatting.   

Only columns which have been added as measures will be available.

Format

Required.  The format to apply.

Available formats:

  • dd-MMM
  • MMM-dd
  • MMM-dd-yyyy
  • dd-MMM-yyyy

Output

FormatDateColumn does not generate a new column.   It replaces the values in [Column] with the specified format.



Was this article helpful?

What's Next