external help file | Module Name | online version | schema |
---|---|---|---|
PSDates-help.xml |
PSDates |
2.0.0 |
Returns common date and time formats
Get-DateFormat [-Date <DateTime>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-DateFormat [-Date <DateTime>] [-Format <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
This function format date and time values into multiple different common formats. All dates are based on the date passed. If no date is passed in the current date and time are used.
Get-DateFormats
Gets formatted date and time information based on the current time
Get-DateFormats -Date "11/17/2017"
Gets formatted date and time information for a specific date
The datetime value to return the formats for
Type: DateTime
Parameter Sets: Format, Full
Aliases:
Accepted values:
Required: True (None) False (Format, Full)
Position: Named
Default value: $(Get-Date)
Accept pipeline input: False
Accept wildcard characters: False
DontShow: False
{{ Fill Format Description }}
Type: String
Parameter Sets: Format
Aliases:
Accepted values:
Required: True (None) False (Format)
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
DontShow: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Accepted values:
Required: True (None) False (All)
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
DontShow: 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.
Fill Related Links Here