    public static String dateToStr(Date dateDate) {
        String dateString = FORMATTER_SHORT.format(dateDate);
        return dateString;
    }