RosettaCodeData/Task/Date-format/Delphi/date-format.pas

2 lines
100 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ShowMessage(FormatDateTime('yyyy-mm-dd', Now) +#13#10+ FormatDateTime('dddd, mmmm dd, yyyy', Now));