Vendor updates
This commit is contained in:
@ -186,4 +186,24 @@ return [
|
||||
-1234567.8899999999,
|
||||
'0000:00.00',
|
||||
],
|
||||
[
|
||||
'18.952',
|
||||
18.952,
|
||||
'[$-409]General',
|
||||
],
|
||||
[
|
||||
'9.98',
|
||||
9.98,
|
||||
'[$-409]#,##0.00;-#,##0.00',
|
||||
],
|
||||
[
|
||||
'18.952',
|
||||
18.952,
|
||||
'[$-1010409]General',
|
||||
],
|
||||
[
|
||||
'9.98',
|
||||
9.98,
|
||||
'[$-1010409]#,##0.00;-#,##0.00',
|
||||
],
|
||||
];
|
||||
|
@ -62,4 +62,14 @@ return [
|
||||
43270.603472222,
|
||||
'hh:mm:ss\ AM/PM',
|
||||
],
|
||||
[
|
||||
'8/20/2018',
|
||||
43332,
|
||||
'[$-409]m/d/yyyy',
|
||||
],
|
||||
[
|
||||
'8/20/2018',
|
||||
43332,
|
||||
'[$-1010409]m/d/yyyy',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user