namirasoft-site-react 1.4.466 → 1.4.467

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.
@@ -48,7 +48,7 @@ export class NSBoxDateTime extends React.Component {
48
48
  function getFormattedValue(datetime) {
49
49
  if (datetime)
50
50
  try {
51
- return TimeOperation.format(datetime, "YYYY-MM-DDThh:mm");
51
+ return TimeOperation.format(datetime, "YYYY-MM-DDTHH:mm");
52
52
  }
53
53
  catch (error) {
54
54
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.466",
11
+ "version": "1.4.467",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -71,7 +71,7 @@ export class NSBoxDateTime extends React.Component<NSBoxDateTimeProps, NSBoxDate
71
71
  if (datetime)
72
72
  try
73
73
  {
74
- return TimeOperation.format(datetime, "YYYY-MM-DDThh:mm")
74
+ return TimeOperation.format(datetime, "YYYY-MM-DDTHH:mm")
75
75
  } catch (error)
76
76
  {
77
77
  }