Search results

DateOperators API in JavaScript Pivotfieldlist API control

Defines the conditional operators for date type fields. They are

  • Equals - Display the pivot table that matches with the given date.
  • DoesNotEquals - Display the pivot table that does not match with the given date.
  • Before - Display the pivot table with preview all records from the given date.
  • BeforeOrEqualTo - Display the pivot table with previous all records along with the given date.
  • After - Display the pivot table with next all records to the given date.
  • AfterOrEqualTo - Display the pivot table with next all records along with the given date.
  • Between - Display the pivot table that records between the start and end date.
  • NotBetween - Display the pivot table that does not record between the start and end date.