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

Date input format #3

Open
chrisschaub opened this issue Nov 24, 2014 · 1 comment
Open

Date input format #3

chrisschaub opened this issue Nov 24, 2014 · 1 comment
Labels

Comments

@chrisschaub
Copy link

So, the date input format shows m/d/yyyy in the widget settings, but it gets rendered as d/m/yyyy which is confusing. I think it's just because the parts just get assembled as they come in.

@signalpoint
Copy link
Owner

@chrisschaub Yeah, somewhere in date_field_widget_form() it is assembling the widget for the form. Doing a dpm() on field/instance will hopefully reveal the ordering of the widgets. Then the assembly of the individual inputs would need to be updated to understand the ordering/weights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants