The changing times are because if the datepicker pattern *is* present in isis.properties, then currently it is interpreted differently than before ... m vs M for months vs minutes.
I'll review the ISIS-1012 branch and merge into master later today, at which point hopefully the issue should go away. Thx Dan On 29 January 2015 at 08:53, <[email protected]> wrote: > > > Tnx Martin, > > > > No haste needed at all. It is not a blocking issue at the moment. I will > keep you posted when I discover more - e.g. when I deploy on testserver I > will send you a link. > > > > grtz Johan > > > > > Weird, indeed! > I won't have time to try your app today. But I'll do it as soon as I can! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Jan 29, 2015 at 10:37 AM, wrote: > > > Hi Martin, > > > > > > > > The issue is - for example - I choose januari 15, 2015 in datepicker and > > it displays 13-43-15 in dateinput. In FireFox 13-53-15 and Safari > 31-35-15 > > > > Next login the values can change.. Really weird. > > > > > > > > The code: [1] line 115 > > > > > > > > Grtz Johan > > > > > > > > 1. > > > > > > > https://github.com/johandoornenbal/matching/blob/master/dom/src/main/java/info/matchingservice/dom/Actor/Person.java > > > > > > > > > > Hi, > > > > The setting is isis.viewer.wicket.datePickerPattern, but if you don't > have > > it then it should work just fine with its default [1]. > > There is no need to wait for ISIS-1012. > > I've played a lot with > https://github.com/isisaddons/isis-app-kitchensink > > yesterday and didn't find any issue with LocalDate. > > What exactly is the problem ? > > > > 1. > > > > > https://github.com/apache/isis/blob/master/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/settings/WicketViewerSettingsDefault.java#L98 > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Wed, Jan 28, 2015 at 8:15 PM, wrote: > > > > > Hi Martin, > > > > > > > > > > > > This setting used to work in 1.7.0 > > > > > > isis.value.format.date=dd-MM-yyyy > > > > > > > > > > > > So I guess I wait for ISIS-1012 ? > > > > > > > > > > > > grtz > > > > > > Johan > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > Check your isis.properties. > > > the datepicker pattern should be: DD-MM-YYYY > > > With ISIS-1012 (to be merged) this setting will be deprecated and not > > used. > > > > > > Martin Grigorov > > > Wicket Training and Consulting > > > https://twitter.com/mtgrigorov > > > > > > On Wed, Jan 28, 2015 at 6:31 PM, wrote: > > > > > > > Hi, > > > > > > > > > > > > > > > > A property as org.joda.time.LocalDate does not work well with the > > > > datepicker in my app. Am I missing something - some config item > or...? > > > > > > > > > > > > > > > > Grtz Johan > > > > > > > > > > > > > > > > > > > > > > > > > > > >
