Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Form1.Caption := FormatDateTime('dd.mm.yyyy.', Date());
StrToDate( '03.01.2010' );
var myDate : Date;
...
myDate := StrToDate(FormatDateTime('dd.mm.yyyy', StartOfTheDay(Date())));
ShortDateFormat := 'dd.mm.yyyy';
StrToDate( '03.01.2009', FormatSettings );
DateSeparator := '.';
StrToDate( FormatDateTime( 'dd.mm.yyyy', Now ) );
StrToDate( FormatDateTime( 'dd.mm.yyyy.', Now ) ) ;