For bug fixes
fix: <bug fix description>
For new features
$match: { $expr: {$eq: [{$week: "$Document.data.DATE"}, 27]} }
Param( | |
[string]$source, | |
[string]$dest, | |
[string]$format = "yyyy\/MM-MMM" | |
) | |
$shell = New-Object -ComObject Shell.Application | |
function Get-File-Date { | |
[CmdletBinding()] |