Returns true if is yesterday, otherwise false
static bool isYesterday(int current) => current.millisecondsToDateTime.isYesterday;