Skip to content
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

Support AM/PM #27

Closed
andresmijares opened this issue Jan 5, 2017 · 4 comments
Closed

Support AM/PM #27

andresmijares opened this issue Jan 5, 2017 · 4 comments

Comments

@andresmijares
Copy link

I see there is a closed issue on this but it does not solve the doubt,

Any idea if we can make it work with AM/PM system?

Regards!

@eugenehp
Copy link

yeah, it would be great to have an option to specify am/pm formatting inside selector as well.

function generateOptions(length, disabledOptions, hideDisabledOptions) {
const arr = [];
for (let value = 0; value < length; value++) {
if (!disabledOptions || disabledOptions.indexOf(value) < 0 || !hideDisabledOptions) {
arr.push(value);
}
}
return arr;
}

@alanqthomas
Copy link

+1
Hard to believe this library hasn't considered AM/PM at all.

@afc163
Copy link
Member

afc163 commented Mar 2, 2017

@shaleynikov is working on it.

#34

@megawac
Copy link

megawac commented Mar 13, 2017

Time to close this?

@afc163 afc163 closed this as completed Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants