RosettaCodeData/Task/Date-format/Delphi/date-format.pas
2024-10-16 18:07:41 -07:00

1 line
100 B
ObjectPascal

ShowMessage(FormatDateTime('yyyy-mm-dd', Now) +#13#10+ FormatDateTime('dddd, mmmm dd, yyyy', Now));