Forum Discussion
Bhavpreet Bains
Jul 12, 2018Iron Contributor
Column formatting for date column
Hello, I was trying to format Due Date column to show green with check mark if the Status is completed. However, after adding the column formatting code, it switched the date format from DD/MM/Y...
spucelik
Microsoft
Jul 12, 2018Bhavpreet...try using the .toLocalDateString() method in you're formatting as described here.
Bhavpreet Bains
Jul 12, 2018Iron Contributor
Thanks, Steve! It worked this time. I must be doing something wrong when I tried using the same last time.