I have been utilizing this widget from Frequency Decoder for my date picker needs. You can find it here:
Initially, I implemented the widget as follows:
<input type="text" class="w8em format-d-m-y divider-dash highlight-days-12
range-low-today" id="dp-1" name="dp-1" value="" maxlength="10" style="width:
120px;"/>
While it worked perfectly for one date picker, I encountered an issue when trying to include a second date picker in the same .html file. The second input field remained blank with no date picker appearing.
Is there a limitation that restricts the use of this widget to only once per file?