startOfMonth method

EllaDate startOfMonth()

Go to start of month

Implementation

EllaDate startOfMonth()
{
  return atDayOfMonth(1);
}