function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VINAY KAUSHIK 14VINAY KAUSHIK 14 

Picklist to Datetime to front end javascript

In Salesforce backend we have the the time as data type in our sandbox. And in the front end we have the jquery time picker used for the UI presentation. Now we are facing an issue with linking both the time picker with passing the values from front end to back end and the saved value to be shown in front end from back end.

So am confused on the solution for linking both the time values simultaneously