@algotech-ce/interpretor 4.0.6 → 4.0.8

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.
@@ -406,9 +406,9 @@ class SoUtils {
406
406
  case 'date':
407
407
  return (0, moment_1.default)(value).format('DD/MM/YYYY');
408
408
  case 'datetime':
409
- return (0, moment_1.default)(value).format('DD/MM/YYYY hh:mm:ss');
409
+ return (0, moment_1.default)(value).format('DD/MM/YYYY HH:mm:ss');
410
410
  case 'time':
411
- return (0, moment_1.default)(value).format('hh:mm:ss');
411
+ return (0, moment_1.default)(value).format('HH:mm:ss');
412
412
  default:
413
413
  return value;
414
414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algotech-ce/interpretor",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "author": "algotech-informatique",
5
5
  "license": "MPL-2.0",
6
6
  "main": "dist/public_api.js",