public static function execute($id)
 {
     $model = RuleDate::one($id);
     return date($id);
 }