We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5b4e1 commit 8863d69Copy full SHA for 8863d69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aphelion-desktop-wallet",
3
- "version": "3.7.0",
+ "version": "3.7.1",
4
"author": "Aphelion <info@aphelion.org>",
5
"description": "Aphelion Desktop Wallet",
6
"license": "LicenseRef-LICENSE",
src/renderer/constants.js
@@ -63,7 +63,7 @@ const formats = {
63
DATE_SHORT: 'DD-MM',
64
FRACTIONAL_NUMBER: '[.]0[00000000]',
65
MONEY: '$0,0.00',
66
- TIME: 'hh:mm:ss',
+ TIME: 'HH:mm:ss',
67
WEEKDAY_AND_TIME: 'dd H:ss',
68
WHOLE_NUMBER: '0,0',
69
WHOLE_NUMBER_NO_COMMAS: '0[.]0[00000000]',
0 commit comments