'Can I adjust the button styles of Chrome's <input type="date"> datepicker?

Is there any way to change the input type="date" styles from Chrome's default styles? I want to replace the circle button to something else.

The circle button selects today's date.

Example of HTML date field in Chrome



Solution 1:[1]

The circle button you mention is native to Chrome, it doesn't appear in Firefox or IE11 (see Can I Use for reference). You might want to consider using something like jQuery UI instead for cross browser support.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Burgi