It looks like that many entries use the date field instead of year-month-day. The date field should have the same syntax as
|
public String getDateFormated() { |
If the three separate fields are not set, all these entries are not sorted by date but added at the top.
It would be nice to have the fallback of date field, if no year field is set. JabRef handles this quite nicely.
I would try to fix it myself, but right now I'm fighting with the android sdk on debian ;)
It looks like that many entries use the
datefield instead ofyear-month-day. Thedatefield should have the same syntax aslibrary/src/com/cgogolin/library/BibtexEntry.java
Line 129 in 2686df0
If the three separate fields are not set, all these entries are not sorted by date but added at the top.
It would be nice to have the fallback of
datefield, if noyearfield is set. JabRef handles this quite nicely.I would try to fix it myself, but right now I'm fighting with the android sdk on debian ;)