@trudb/tru-common-lib 0.0.460 → 0.0.461

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2084,6 +2084,9 @@ class TruUtil {
2084
2084
  return false;
2085
2085
  }
2086
2086
  };
2087
+ this.isValidDate = (value) => {
2088
+ return !isNaN(Date.parse(value));
2089
+ };
2087
2090
  this.rulesEval = (styles) => {
2088
2091
  let defaultStyles = {
2089
2092
  'backgroundColor': '#ffffff',