new Year, Month, Day; getdate(Year, Month, Day);format(datestr, sizeof(datestr), "%s | %d | %d", mtext, Day, Year);TextDrawSetString(clock, datestr);