I have a date picker. I'm trying to use node.GetPropertyValue<DateTime>("someDate")
and it is returning the eqivalent of DateTime min value.. just wondering how we're supposed to be getting a DateTime object from our Date pickers rather than a string..
GetPropertyValue<DateTime>()
Hi Guys,
I have a date picker. I'm trying to use node.GetPropertyValue<DateTime>("someDate")
and it is returning the eqivalent of DateTime min value.. just wondering how we're supposed to be getting a DateTime object from our Date pickers rather than a string..
Thanks
is working on a reply...