XPages quicktip: use the Calendar build in Months

  For a XPages application there was the need to set a Date to a certain date in Java, off course 😉 For this I always use the java.util.Calendar class, because it have some nice extra features. The start is pretty straight forward, get an instance of the Calendar. Next is set the Calendar to a certain Read More