Date Format/Time Format in Select

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Ben2003
Posts: 10
Joined: Tue 14 Apr 2020 12:21

Date Format/Time Format in Select

Post by Ben2003 » Mon 25 May 2020 16:44

== English ==
Hi,

The tool dbForge for MySQL is used.

If date values are output in the tool in a select query, the order of the information (month, day, year) is unusual. In addition, the times are only displayed in the 12 hour format and not in the 24 hour format.

Can someone tell me how to adjust the date format and time format on the display?

== German ==
Hallo,

Es wird das Tool dbForge for MySQL verwendet.

Wenn in einer select-Abfrage Datumswerte im Tool ausgegeben werden, ist die Reihenfolge der Angaben (Monat, Tag, Jahr) ungewohnt. Zusätzlich werden die Zeiten nur im 12 Stunden Format angezeigt und nicht im 24 Stunden Format.

Kann mir jemand mitteilen, wie man das Datumsformat und Zeitformat in der Anzeige anpassen kann?

Ben2003
Posts: 10
Joined: Tue 14 Apr 2020 12:21

Re: Date Format/Time Format in Select

Post by Ben2003 » Mon 25 May 2020 17:10

== English ==

Hi,

In the meantime, the problem was solved itself:

In the Options -> Data Editor - Formatting
The format of numbers, date and time can be adjusted.

No table with the meaning of the letters could be found in the online documents.

During testing I could find the following letters:

dd = day
MM = month
YYYY = year
HH = hours (24-hour format)
mm = minutes
ss = seconds

== German ==
Hallo,

In der Zwischenzeit konnte das Problem selbst gelöst werden:

In den Optionen -> Dateneditor - Formatierung
Das Format von Zahlen, Datum und Uhrzeit kann angepasst werden.

In den Online-Dokumenten konnte keine Tabelle mit der Bedeutung der Buchstaben gefunden werden.

Beim Testen konnte ich folgende Buchstaben finden:

dd = Tag
MM = Monat
JJJJ = Jahr
HH = Stunden (24-Stunden-Format)
mm = Minuten
ss = Sekunden

alexa

Re: Date Format/Time Format in Select

Post by alexa » Wed 27 May 2020 17:28

We are aware of this issue and will fix it in the next product build.

Post Reply