Return true for valid birth day number in Czech Republic, otherwise return false.
example
//create validator
var validator = new RCValidator();
//valid RC -> return true
var result = validator.isAcceptable('800101/9999');
//unvalid RC -> return false
var result = validator.isAcceptable('111111/1752');
object
RCValidator
moment
underscore.string
Return true for valid birth day number in Czech Republic, otherwise return false.