49
Views
3
Comments
[Datedropper Plugin] How do I assign the date
Question
datedropper-plugin
Reactive icon
Forge asset by Jogait

Hi,

After selecting the date, how do I assign it to my field? I can see value, but when I save it, it defaults to Jan 1, 1900.

2016-08-14 15-21-18
Jogait

You need to use javascript to get the value from the field.

2020-01-06 05-15-34
Rom_

Thanks, Jogait. 


Could you help me with this also? My javascript is not really good.

2016-08-14 15-21-18
Jogait

Something like this: "$parameters.Value = document.getElementById($parameters.InputId).value"

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.