I am currently working on a webpage using HTML5, jQuery, jQuery Mobile, and CSS. One of the plugins I am utilizing is JQM-DateBox, specifically focusing on the FlipBox feature.
If you take a look at the link provided above, you'll notice that there is an icon displayed on the right side of the input field. In my case, the icon appears like this: https://i.sstatic.net/QXEcA.png
Here is an example of the HTML code I am using:
<div id="placeholder1"></div>
<div id="placeholder2"></div>
<label for="mydate">Some Date</label>
<input name="Date1" id="Date1" type="date" data-role="datebox" data-options='{"mode": "flipbox"}' />
<footer style="background-color: black; color: white; padding: 2em; margin-top: 1em;"><div id="slider"><input id="slide" type="range" min="1" max="90" step="1" value="19" onchange="leslider(this.value, 'lbclassic118', 'lbclassic1990')" /></div></footer>