Skip to content

Instantly share code, notes, and snippets.

@dangrossman
Last active September 23, 2021 03:17
Show Gist options
  • Save dangrossman/4879503153c6a7a0b3b6ebd64e0383b7 to your computer and use it in GitHub Desktop.
Save dangrossman/4879503153c6a7a0b3b6ebd64e0383b7 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery/latest/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
@leekeifuture
Copy link

After adding Font Awesome in in page, icon of calendar is appear in datarangepicker input field
image

@dangrossman
Copy link
Author

There are no input fields in this library. That's your own webpage where you happen to be using the library. That icon was not added by the picker.

@JeanSalazar
Copy link

not worked, why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment