There's no ValuesManager.setValue(String property, Date value) so I was wondering what's the right way to call setValue() to set a DataSource field that has a Date type (not sure if it matters but it also includes a time)?
I tried converting the date to a String and a DataClass but those didn't work for me. Any help would be appreciated. Thanks!
I tried converting the date to a String and a DataClass but those didn't work for me. Any help would be appreciated. Thanks!
Comment