AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

StrToDate defekt?

Ein Thema von woodie · begonnen am 4. Nov 2021 · letzter Beitrag vom 4. Nov 2021
 
woodie

Registriert seit: 30. Sep 2020
6 Beiträge
 
#1

StrToDate defekt?

  Alt 4. Nov 2021, 11:29
Hallo nur eine kurze Frage, ist in Delphi 11 die DateToStr Funktion defekt?

Also ich gebe der Funktion '2.3' rein und erwarte als Rückgabe 02.03.2021, sowie es auch in der Doku steht:

{ StrToDate converts the given string to a date value. The string must
consist of two or three numbers, separated by the character defined by
the DateSeparator global variable. The order for month, day, and year is
determined by the ShortDateFormat global variable--possible combinations
are m/d/y, d/m/y, and y/m/d. If the string contains only two numbers, it
is interpreted as a date (m/d or d/m) in the current year. Year values
between 0 and 99 are assumed to be in the current century. If the given
string does not contain a valid date, an EConvertError exception is
raised. }

Ich setze
ShortDateFormat := 'd/m/y';
DateSeparator := '.';
aber Delphi beachtet es einfach nicht.
Wo steckt der Fehler, in 10.4 ging es noch?

Die Funktion gibt immer nur den default Wert zurück.

Code:
 
 AStr := '2.3';
 AFormatSettings := TFormatSettings.Create();
 AFormatSettings.ShortDateFormat := 'd.m.y';
 AFormatSettings.ShortDateFormat := 'dd.mm.yy';
 AFormatSettings.ShortDateFormat := 'd.M.y';
 AFormatSettings.ShortDateFormat := 'd/m/y';
 AFormatSettings.ShortDateFormat := 'dd/mm/y';
 AFormatSettings.DateSeparator := '.';
 Result := StrToDateDef(AStr, 0, AFormatSettings);

Geändert von woodie ( 4. Nov 2021 um 11:39 Uhr)
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:27 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz