Hi Vicente,

> I guess this is because Calendar's day starts from 0 not 1
Yes, looking at sources (CalendarDate.java) confirm this.

    /**
     * Gets the day of the month, 0-based. (e.g. <tt>14</tt> for the 15th).
     *
     * @return
     * This calendar date's <tt>day</tt> field
     */
    public int getDay() {


Bye,
Sandro

Reply via email to