Forum Discussion
Formatting a date in Flow
- Apr 17, 2018
Hi Mike Dumka,
You can use a custom date format to achieve this.
Using Flow's expression builder, select the formatDateTime function, insert in the ( ) the dynamic content token that contains the date from which you wish to extract the year, type a comma after that, and type 'yy' (in single quotes) to pull out the year. This is essentially formatting the date as year only.
Does this help you?
Sandy
Hi Mike Dumka,
You can use a custom date format to achieve this.
Using Flow's expression builder, select the formatDateTime function, insert in the ( ) the dynamic content token that contains the date from which you wish to extract the year, type a comma after that, and type 'yy' (in single quotes) to pull out the year. This is essentially formatting the date as year only.
Does this help you?
Sandy
That was perfect, thank you Sandy Ussia!