Accessing Clipboard property in Jsp or html customised controls
I have created one custom control for timer using Java script. In this, i have hard coded date time for the timer.
For example: July 24, 2019 15:30:30
So the timer will run for that date here 3 days and some hours in reverse. once the time is reached it will show expired.
Now i want some one to enter the date time so it should take that time from the clipboard.
How to access the clipboard property ?
***Edited by Moderator: Lochan to update platform capability tags***