Trying to add a custom icon for a date input field similar to the one shown in this image. Despite successfully creating a custom icon on a button, struggling to do the same for a date field.
<div id="send-date" class="transaction-details" data-role="fieldcontain" data-theme="gr">
<label for="date">Send on</label>
<input type="date" name="date" id="date" value="" placeholder="" data-icon="date" data-iconpos="right" />
</div><!-- /send-date -->
Are there any other methods to achieve this?