RosettaCodeData/Task/Date-format/PowerShell/date-format.psh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
70 B
Text

"{0:yyyy-MM-dd}" -f (Get-Date)
"{0:dddd, MMMM d, yyyy}" -f (Get-Date)