Using a formula text field to colour a date, but keep the current day written
Currently I am using: If([Due Date]<Today(), "<div style=\"background-color:yellow;\"> "&ToText([Due Date])&" </div>", ToText([Due Date]) ) Though, for example today would be displayed as 06/06/...