date to German format

General discussion on all other topics under the sun.

Moderator: Renato

Post Reply
HDS
New MMEX User
Posts: 1
Joined: Tue Sep 15, 2020 3:58 pm
Are you a spam bot?: No

date to German format

Post by HDS »

(Google translates from german)
Hello,
As a Money99 user, I was very happy about MoneyManager EX. I can set the date to German format and click Apply, but it stays as it is. I'm not a programmer, but I've seen in (res/format.js) is it right?

case "FMTDATE":
spltdt = fmt.split(/[\s,]+/)[1].toUpperCase();
return_value = spltdt.replaceArray(["DD", "MM", "YYYY", "YY"], [value.getDate(), 1 + value.getMonth(), value.getFullYear(), value.getYear() % 100]);
break;

And now?

And I would like to present the recurring bookings for 1-2 months. Can you possibly do that automatically?

Thanks in advance.
User avatar
Renato
MVP MMEX User
Posts: 655
Joined: Mon Apr 25, 2011 7:36 pm
Are you a spam bot?: No
Location: near Zurich

Re: date to German format

Post by Renato »

This seems to be a bug.

but you can change it manually in the database xxxx.mmb.
with the program: https://download.sqlitebrowser.org/DB.B ... -win64.msi
there you change the value in the field INFOTABLE_V1 Dateformat to %d-%m-%Y
.
MMEX12.jpg
MMEX12.jpg (29.61 KiB) Viewed 6035 times
Renato Forum Administrator
siowena
Super MMEX User
Posts: 109
Joined: Tue Jul 17, 2018 8:04 am
Are you a spam bot?: No

Re: date to German format

Post by siowena »

Use Recurring Transactions to set transactions to be easily to enter.

- Set to Automatics and the programme
- or set it to prompt you
- or just manually enter it (or Skip if that month's transactions is not needed).

You can set the period of occurrence.
---
(google translate)
Verwenden Sie wiederkehrende Transaktionen, um Transaktionen so festzulegen, dass sie einfach eingegeben werden können.
- Stellen Sie Automatik und das Programm ein
- oder stellen Sie es so ein, dass Sie dazu aufgefordert werden
- oder geben Sie es einfach manuell ein (oder überspringen, wenn die Transaktionen dieses Monats nicht benötigt werden).
Sie können den Zeitraum des Auftretens festlegen.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: date to German format

Post by Nikolay »

I don't understand this issue
Capture.GIF
Capture.GIF (60.99 KiB) Viewed 3503 times
User avatar
Renato
MVP MMEX User
Posts: 655
Joined: Mon Apr 25, 2011 7:36 pm
Are you a spam bot?: No
Location: near Zurich

Re: date to German format

Post by Renato »

the new selected format will not be saved if you press OK or Apply
Renato Forum Administrator
Post Reply