react-nice-dates icon indicating copy to clipboard operation
react-nice-dates copied to clipboard

A responsive, touch-friendly, and modular date picker library for React.

Results 60 react-nice-dates issues
Sort by recently updated
recently updated
newest added

Something that would be cool to have is a label next to date navigation to indicate if that year is leap year. Like this: ``` javascript {format(month, getYear(month) === getYear(new...

How can I disable specific days? For example the 1st, 23rd and 25th of a month? Is there any way I can disable specific days using an date array? Thank...

Hey, thanks for the awesome and lightweight package! I have been trying to use DateRangePickerCalendar with my popover component as I did with DatePickerCalendar component, but both onStartDateChange and onEndDateChange...

add monthFormat as mentioned in https://github.com/hernansartorio/react-nice-dates/issues/17#issuecomment-635002806

we need pick birthday in profile page not this package not good user experience for select years and month

I'm using DatePickerCalendar, and i want to be able to write some text when my mouse is on disable dates or higlighted dates. I need someting like title attribute on...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This is because the `handleClick` handler is being passed to the `onTouchEnd` prop in the file below. https://github.com/hernansartorio/react-nice-dates/blob/21116debff4f50f309d22b1ff75b19c821535c68/src/CalendarDay.js#L54 This is specially an issue when there's not enough vertical space to...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Swipe months on mobile ignore maximum date maximumDate={addMonths(new Date(), 2)} And you able swipe forward after that date