-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Timestamp does not work #2403
Comments
I'll fix this - thanks for reporting! |
Okay... perhaps I was too optimistic 😉 This already works fine for me. Can you please provide me the DateFormat you have set in your preferences? (Prefs -> General) |
yyyy-MM-dd |
Okay... that was exactly the same value I have set ;-) However, I might have fixed the problem in 4c11664 - Can you please check the build available at http://builds.jabref.org/datepicker-fix/? Thanks! |
Clicking on the icon does not display the calendar anymore... But double-clicking on the field still insert today's date (which looks to me an unusual behavior for JabRef). |
Okay I always tested at another "Date" field which worked fine - the problem was rather specific only for the "timestamp" field. Can you please check again with the new builds which should be available in a few minutes... Regarding the "double click": actually this behavior is intentionally implemented in the source code (before date pickers where introduced this was the only way to set a date with assistance) |
Not working yet: clicking on the icon does not display the calendar... (and no message in the console) About the double-click: I will add this feature to the help file. |
* use localdatetime instead of zonedDateTime * refactoring and fix for #2403 * use standard DateTimeFormatter instead of custom EasyDateFormat class
Thank you for reporting this issue. We think, that is already fixed in our development version and consequently the change will be included in the next release. We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. |
Does not work for me, even after resetting the preferences... (JabRef-3.8.1-dev--snapshot--2016-12-20--master--b655bfd.jar) |
Okay another try ;-) Fix is already included in https://builds.jabref.org/master Now it should work in almost every case - but if the current preference setting does not match the content of the timestamp field "clear" is not directly possible, but first a date has to be selected which then can be cleared afterwards (or clear the field simply by deleting the content). |
Works for me too, now. Thanks! |
This reverts commit cf094bb.
JabRef 3.8, but also JabRef-3.8.1-dev--snapshot--2016-12-19--master--8cfbc41.jar
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
The timestamp features does not work well:
Today
raises an exception (see below)Clear
does not clear the field contentThe text was updated successfully, but these errors were encountered: