String getFormatedTimeDayT(String timeToFormat) { return DateFormat("E").format(DateFormat("yyyy-MM-dd HH:mm:ss.S").parse(timeToFormat)); }