This page (revision-3) was last changed on 08-Jul-2015 06:22 by Dieter Käppel

This page was created on 08-Jul-2015 06:18 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 08-Jul-2015 06:22 1 KB Dieter Käppel to previous
2 08-Jul-2015 06:22 1 KB Dieter Käppel to previous | to last
1 08-Jul-2015 06:18 712 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 27 changed one line
for (Period period : new Period(someDate, Duration.DAY.multiply(7).addTo(someDate)).iterable(Duration.DAY)) {
for (Period period : Duration.DAY.multiply(7).fromBegin(someDate).iterable(Duration.DAY)) {