setDateFormat method

void setDateFormat(
  1. String format
)

Implementation

void setDateFormat(String format){
    _currentDateFormat = format;
}