Skip to content
Snippets Groups Projects
Commit f828e38a authored by GAYDAMAKHA MIKHAIL's avatar GAYDAMAKHA MIKHAIL
Browse files

:bug: fix web registry format again

parent eea8b065
Branches
1 merge request!42:bug: fix web registry format again
......@@ -69,7 +69,7 @@ public class WebRegistryController {
RegistryEntry entry = new RegistryEntry(
0,
registryInfo.getTransactionType(),
(new SimpleDateFormat("dd/MM/yyyy HH:mm")).parse(registryInfo.getDate()),
(new SimpleDateFormat("yyyy-MM-ddTHH:mm")).parse(registryInfo.getDate()),
registryInfo.getAccountId(),
registryInfo.getDebit(),
registryInfo.getCredit(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment