$Today = (Get-Date).ToString("dd,MM,yyyy")
$DaysNumber = [DateTime]::DaysInMonth($Today.Split(",")[2],$Today.Split(",")[1])