How do I get the current day month and year from inside a Windows cmd script? I need to get each value into a separate variable.
powershell Set-Date -Da (Get-Date -Y 1980 -Mon 11 -Day 17)