The conditional formatting feature where you can apply a colour scale to a Number column type is great.
It would be nice if the same could be applied to Date and DateTime columns (which are, after all, numbers under the hood!).
Current workaround: Create an additional column with formula DateColumn.ToNumber()
and conditionally format based on that.