external help file | Module Name | online version | schema |
---|---|---|---|
PSCalendar-help.xml |
PSCalendar |
2.0.0 |
Get the list of month names.
Get-MonthName [-Short] [<CommonParameters>]
This command will return a list of month names according to your current culture.
PS C:\> Get-MonthName
January
February
March
April
May
June
July
August
September
October
November
December
Get the standard list of month names.
PS C:\> Get-MonthName -Short
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Get the list of short month names.
Get short month names.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/