-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
date range without time picker #18
Comments
interesting, what would be the internal representation of date objects? Javascript date object has time built into it, which would probably default to 00:00, is that okay? |
I mean disable/hide time selection and only allow date to be change.
…On 9 Mar 2018 2:20 a.m., "Gleb" ***@***.***> wrote:
interesting, what would be the internal representation of date objects?
Javascript date object has time built into it, which would probably
default to 00:00, is that okay?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVHxWonJSH7UcYMasLOVPOoB5UYm-n7-ks5tcZmTgaJpZM4Si40o>
.
|
Same as datetime-input has attribute like date, time and datetime-input for
multiple purpose.
…On 9 Mar 2018 2:22 a.m., "Shashank Patil" ***@***.***> wrote:
I mean disable/hide time selection and only allow date to be change.
On 9 Mar 2018 2:20 a.m., "Gleb" ***@***.***> wrote:
> interesting, what would be the internal representation of date objects?
>
> Javascript date object has time built into it, which would probably
> default to 00:00, is that okay?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#18 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AVHxWonJSH7UcYMasLOVPOoB5UYm-n7-ks5tcZmTgaJpZM4Si40o>
> .
>
|
Okay sounds good, I'll look into this asap :) |
And Also keep enable disable hour, minute, seconds part in it.
…On 9 Mar 2018 10:25 p.m., "Gleb" ***@***.***> wrote:
Okay sounds good, I'll look into this asap :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVHxWrtQVq_c1IoIsPwcHlzIReRw6xC2ks5tcrPmgaJpZM4Si40o>
.
|
Looking into this now, what do you mean by |
and try to provide direct option to change years. |
ehhh, so many requests haha :) i'll see what i can do 👍 |
👍 |
I've pushed an update featuring separate date and time range directives. v.0.4.0 |
Hi, have you had a chance to take a look yet? :) Close this issue if it's all done now. |
hi,
if i want to use date range without time picker
The text was updated successfully, but these errors were encountered: