I need to calculate a time based on the number of minutes since the start of the month, or since the start of the day.
Calendar.Day()+Calendar.Minute()*x always worked fine, but Calendar.Month() + Calendar.Minute()* doesn't.
But probably I have to revise the code to use beginning() everywhere, also for Calendar.Day().
/Marc
pike-devel@lists.lysator.liu.se