Is there any way to generate a pop-up box that has a drop-down to select date times and after selecting date time clicks on OK button that selected value gets stored in some variable.
I know about prompt pop-ups but it only has a textbox to take values. How can I set any calendar on onfocus event of that textbox OR how can I set a drop-down for selecting date times instead of textbox.
Thanks