79480345

Date: 2025-03-03 07:00:58
Score: 1
Natty:
Report link

This are the correct parameters

{
    name: "IsoDate", sorttype: "date",
    formatter: "date", formatoptions: {newformat: "m/d/Y"},
    cellattr: function (cellindex, value, row_data, cell_attr) {
        return (value < new Date()) ? ' class="ui-state-error-text"' : '';
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aaron Adonis Jaralve Velasco