Checks if the given milliseconds since epoch represents today.
static bool isToday(int? ms) => ms.isToday;