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

2 lines
100 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
ShowMessage(FormatDateTime('yyyy-mm-dd', Now) +#13#10+ FormatDateTime('dddd, mmmm dd, yyyy', Now));