Section courante

A propos

Section administrative du site

STRTODATE

Chaîne de caractères à date
Free Pascal sysutils

Syntaxe

Function StrToDate(Const S:ShortString):TDateTime;
Function StrToDate(Const S:Ansistring):TDateTime;
Function StrToDate(Const S:ShortString;separator:Char):TDateTime;
Function StrToDate(Const S:AnsiString;separator:Char):TDateTime;
Function StrToDate(Const S:string;FormatSettings:TFormatSettings):TDateTime;
Function StrToDate(Const S:ShortString;Const useformat:string;separator:Char=#0):TDateTime;
Function StrToDate(Const S:AnsiString;Const useformat:string;separator:Char=#0):TDateTime;
Function StrToDate(Const S:PChar;Len:Integer;Const useformat:string;separator:Char=#0):TDateTime;

Description

Cette fonction permet de convertir une chaîne de caractères en une date.



Dernière mise à jour : Mardi, le 25 Août 2020