reset method

void reset()

Make calendar back to day view and selected date.

Implementation

void reset() {
  _currentValue = _value;
  _setView(dateGranularity);
}