Hi eveyone,
I used time picker reactive component from forge
want to save the date in table but its getting save as null or blank
https://www.outsystems.com/forge/component-overview/8335/time-picker-reactive
i have tried to change the datatype text or datetime i tried but in both of the case it not saving as selected value in table
Please suggest what is missing in that.
i have attached my oml
Hi Soni,
It is best to ask the question on the support tab of the component itself. In such case, you may get the answers from the maintainers and the followers of the component.
Regards,
Swatantra
To answer the query, you should read the "value" (value="1:26 AM") or the "data-time" (data-time="01:26:00.000") property of the textbox. Transform it in the desired datatype and persist in the table.
(I didn't check the oml, but the trynow link)