React this.State.Selecteddays.Tolocaledestestring nie jest funkcją

function formatTime(time, prefix = "") {
    return typeof time == "object" ? prefix + time.toLocaleDateString() : "";
}
Plain Piranha