picker icon indicating copy to clipboard operation
picker copied to clipboard

📅 All Date Pickers you need.

Results 176 picker issues
Sort by recently updated
recently updated
newest added

Hi guys, thanks for the great lib. If you enable use12Hours and use disabledTime to disable some hours, the hours column isn't redrawn when you switch between AM and PM....

moment version 2.25.3 moment().locale(locale) do not return a object. TypeError: date.localeData is not a function

This line https://github.com/react-component/picker/blob/master/src/generate/dateFns.ts#L24 is importing all the locales from date-fns. I'm not sure how to do it to import only the default one so that the final bundle is not...

解决bug:https://github.com/ant-design/ant-design/issues/25081 1.在DatetimePanel处理点选日期更新最新时分秒,在DatetimePanel只影响showtime的,是最小化修改。 2.在根源panelBody修改虽然能保证选择日期也能带出精确时分秒,但是showtime=false默认为time不敏感。 稳妥考虑选择1方案

tried this one (showToday | Boolean | false | whether to show today button -- | -- | -- | --) when selecting browser language its localizing (months & days...

We had a use case where the `endDate` shouldn't have disabled dates since all dates before `startDate` are disabled by default when the `endDate` picker is opened. This PR adds...

https://github.com/react-component/picker/blob/e7403734d8cde9c9403ae00c83c4da34625ede57/src/generate/dayjs.ts#L90 see https://github.com/iamkun/dayjs/blob/8035c8a760549b631252252718db3cdc4ab2f68f/src/locale/ru.js#L42 and https://github.com/iamkun/dayjs/issues/900

i use https://ant.design/components/date-picker/ and dayjs https://github.com/react-component/picker/blob/e7403734d8cde9c9403ae00c83c4da34625ede57/src/generate/dayjs.ts#L115 we should use strict parsing as in moment ```js dayjs(formatText, format, true) ``` I did not send pr because there is some wrong definition...