Ja hab ich, aber ich hab Probleme bei der Umsetzung! Leider!
Versuche das so:
Delphi-Quellcode:
if not TryStrToDate(w, TDateTime, TFormatSettings) then begin
ShowMessage('Falsch');
end;
w ist meine Variable und das Format ist 'tt.mm.yyyy'. Mit den Beispielen
im Forum komme ich nopch nicht so klar. Was benötigt den die Funktion?
Danke & Gruß
Mitchl