I have a small question about date format
I use Get-Date -Format “yyyy-MM-dd” which gives me 2020-04-08 however I would like to see 2020-apr-08
how do I achieve this?
the same for this one
(get-date).AddDays(-1).ToString(“yyyy-MM-dd”)
thanks everyone for your input @olaf I figured that part out as well as mentioned on my original question I found the solution shortly after I posted my question