@esfaenza/extensions 20.3.11 → 20.3.12

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.
@@ -143,7 +143,7 @@ class DateService {
143
143
  if (!/^\d\d\/\d\d\/\d\d\d\d \d\d:\d\d:\d\d$/g.test(value))
144
144
  return value;
145
145
  //In questo caso mi arrivano valori che devono essere stampati as-is, solo tagliando i secondi
146
- return "'" + value.substr(0, value.length - 3);
146
+ return value.substr(0, value.length - 3);
147
147
  }
148
148
  /**
149
149
  * Data una lista di date Da e una lista di date A restituisce un oggetto rappresentante il range che include tutte le date passate