@trudb/tru-common-lib 0.2.340 → 0.2.341

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.
@@ -6061,7 +6061,7 @@ class TruFormatter {
6061
6061
  datetimeShort = (cfg) => {
6062
6062
  var v = cfg.$;
6063
6063
  if (!v)
6064
- return 'mm/dd/yyyy hh:mm a';
6064
+ return 'mm/dd/yyyy hh:mm AM';
6065
6065
  return this.formatDate(v, 'MM/dd/yyyy hh:mm a');
6066
6066
  };
6067
6067
  datetimespanShort = (cfg) => {