New-UDDatePicker - value of body in onchange

Product: PowerShell Universal 3.4.4 (3323417812)

I’m working with the Date Picker and found that the value of body that comes back from the OnChange has double quotes on each end of the value itself, so I have to remove them before passing to a get-date function (I’m using replace). It took me a while to realize the quotes were part of the string. Is this a bug?