-
Notifications
You must be signed in to change notification settings - Fork 144
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 type support #198
Comments
This is on my list of features to support native Date type as well. I will mark this issue as a FeatureRequest. If you want to PR it would be awesome! |
Cool. I will need it in the next 2 week, so I will working on it... |
@ert78gb, any progress? |
Not yet. The string and moment version is enough for me now |
cool, I will handle it than :) Thanks |
Hi @vlio20 |
Unfortunately I don't have a lot of time developing this feature, so not much (any) progress. PR would be great. |
Okay I'll try my best. |
Basically, you have a utility service which does all the conversions.
Internally the module works only with Moment object.
…On Jan 8, 2018 9:59 AM, "Matteo" ***@***.***> wrote:
Okay I'll try my best.
Any hint where to start?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEVQsaSaNHUdJpT2BjqmY7ZGEwuD5kBYks5tIcrRgaJpZM4Pb9TT>
.
|
yeah ideally I can just have the ngModel bind to a date object that would be nice. |
Hi,
Why support only moment and string input / output type?
thx,
Robi
The text was updated successfully, but these errors were encountered: