date-picker-svelte icon indicating copy to clipboard operation
date-picker-svelte copied to clipboard

Date and time picker for Svelte

Results 18 date-picker-svelte issues
Sort by recently updated
recently updated
newest added

Currently I have a custom wrapper component for `input`, like so: ``` ``` adding a `disable` prop to the `DateInput` would be a nice QoL feature when the component is...

The [`Intl.DateTimeFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat) API has a few neat utilities for date-specific localization, including ones that can be used by this component to simplify locales. Additionally when a provided local is not...

How to add an icon inside the input?

Would be cool to expand the date picker by adding the ability to pick a time, with an optional 24h or 12h time format. Currently, it is possible to pick...

I have a 'start' and 'end' date time picker and I control if the end date is greater than the start date. I want to reflect that visually by passing...

bug

Hi, thank for the lovely library. I love it so much. Is there any way to add more formats for the input? I got that format on the [moment's doc](https://momentjs.com/docs/#/displaying/format/)

#### Testing environment: REPL #### Reproduce steps - Have the code as in the attached image - Test with hour by typing alternately `65` -> `54` -> `43` -> `32`...

bug

![image](https://github.com/probablykasper/date-picker-svelte/assets/32185134/ca1165ed-4887-406f-b580-0833fa3fadcb) need an option to change the location format title now : mm - yyyy kor : yyyy - mm (2023 - 11) In Korea, when reading the calendar, they...

I´m using your datepicker and it's really awesome. However, one thing I dont understand is how to put the datepicker in a form and set a name for it so...

on:change does not seem to fire when DatePicker is changed or closed. Is there an alernative way of calling a custom validation function when the user selects a date?