-
Notifications
You must be signed in to change notification settings - Fork 98
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
Manual date input expects wrong format #21
Comments
I can confirm this bug. |
Hello all! Wanting to sink my teeth into Nextcloud development with a single bug. I assume this bug is still present since the issue is still here. :/ After spending some time this evening going over the Developer Guidelines, I’m hoping to set aside some time in the next week to set up a VM and start working. If this bug is still available, I’d be happy to take it on. If anyone out there already did some work on it, and wants to fill me in, please do! |
@thevkc Good to hear you want to work on that, you are very welcome! The bug is indeed still present. To be honest, the date format is quite a mess in the app. To get things right, we would likely have to integrate this with the (to be developed) locale setting of the nextcloud server, see: nextcloud/server#1781 and respective PR nextcloud/server#5623. To get this working in the app, we would need to set the locale in |
Fixed with #194. |
Steps to reproduce
Expected behaviour
Input of dd.mm.yyy formatted date should be possible, as indicated in step (3).
Actual behaviour
It is only possible to enter the date in form of "03/01/2017" and press Enter. After this, the date is transformed to "01.03.2017". However, this is not intuitive.
Server configuration
Operating system:
Arch Linux
Web server:
Nginx
Database:
Mysql
PHP version:
7.0
ownCloud version: (see ownCloud admin page)
10.0.1
Tasks version: (see ownCloud apps page)
0.9.3
Updated from an older ownCloud or fresh install:
Update from 10.0
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
Chrome
Operating system:
Windows 7
CalDAV-clients:
n/a
The text was updated successfully, but these errors were encountered: