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

Problem setting start_date with scandinavian charecters like äö and å #120

Closed
uusikyla opened this issue Jun 28, 2018 · 4 comments
Closed

Comments

@uusikyla
Copy link

Hi!

I'm trying to set an start_date for two paired Zebra_DatePicker Input boxes generated from my database in my webbased system.

It works when I use the format: 'Y-m-d' but I need to get it to work with the format: 'l d.m.Y H:i'?
In the documentation it says that the system will ignore start_date if you don't enter the date in the right format.

So I'm using scandinavian character in my date format like:
format: 'l d.m.Y H:i',
start_date: 'Söndag 02.07.2018 14:00',

How can I get this to work?

@stefangabos
Copy link
Owner

Please download the latest commit and let me know if it works. I can't really test this as my system speaks English. Thank you!

@uusikyla
Copy link
Author

I'm sorry but I'm new to GitHub so where can I download the latest "commit"? :)

@stefangabos
Copy link
Owner

By clicking on the green "Clone or download button" you get the "latest commit" (the most up-to-date code but necessarily the "stable" code - think of it as "work in progress"). You would get the latest stable release by going to the "Releases" tab and downloading the latest version from there

@stefangabos
Copy link
Owner

is this working for you?

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

2 participants