Jump to content

Date format: Difference between revisions

Line 2,047:
This example was created on : 2016-10-02
In other words on : Sunday, October 2, 2016
</pre>
 
=={{header|Free Pascal}}==
<lang Pascal>ShowMessage(FormatDateTime('yyyy-mm-dd', Now) +#13#10+ FormatDateTime('dddd, mmmm dd, yyyy', Now));</lang>
{{out}}
<pre>
2022-02-16
Wednesday, February 16, 2022
Redirecting to
</pre>
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.