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-
|
|
51
|
+
return TimeOperation.format(datetime, "YYYY-MM-DDTHH:mm");
|
|
52
52
|
}
|
|
53
53
|
catch (error) {
|
|
54
54
|
}
|
package/package.json
CHANGED
|
@@ -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-
|
|
74
|
+
return TimeOperation.format(datetime, "YYYY-MM-DDTHH:mm")
|
|
75
75
|
} catch (error)
|
|
76
76
|
{
|
|
77
77
|
}
|