Darío Fernández
Darío Ezequiel Fernández, (born 24 September 1978). Is a retired Argentine footballer who played in Argentina, Chile, Greece, Israel and Cyprus.
in 2013 | |||
Personal information | |||
---|---|---|---|
Full name | Darío Ezequiel Fernández | ||
Date of birth | September 24, 1978 | ||
Place of birth | Punta Alta, Argentina | ||
Height | 1.80 m (5 ft 11 in) | ||
Playing position(s) | Midfielder | ||
Club information | |||
Current team | Retire | ||
Number | 23 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
1997–2000 | Sporting Punta Alta | 10 | (3) |
2000–2001 | Independiente Rivadavia | 11 | (3) |
2001–2002 | Olimpo | 18 | (3) |
2002–2003 | Quilmes | 26 | (3) |
2004 | Cobreloa | 20 | (3) |
2004 | Godoy Cruz de Mendoza | 13 | (2) |
2005 | Chacarita Juniors | 25 | (3) |
2005–2008 | Panionios | 66 | (10) |
2008–2011 | Beitar Jerusalem | 38 | (1) |
2009–2010 | → Aris (loan) | 28 | (0) |
2011 | Alki Larnaca | 26 | (3) |
2012–2013 | Beitar Jerusalem | 35 | (0) |
2013–2014 | Hapoel Haifa | 11 | (0) |
2014–2015 | Hapoel Afula | 23 | (0) |
2015–2016 | Olympiacos Volou | 11 | (0) |
Total | 400 | (27) | |
* Senior club appearances and goals counted for the domestic league only and correct as of 13 April 2015 |
Honours
Club
- Olimpo ( Bahia Blanca ) Argentine
- .National Champion Division 2 . Promotion to Division 1 Argentine Superleague ( 2001 )
- Quilmes AC 🇦🇷
- . Promotion to Division 1 Argentine Superleague ( 2003 )
- Beitar Jerusalem Israel
- Israel State Cup (1) : Winner 2009
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure fail = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (Prelude.>>=) (>>) = (Prelude.>>) return = Prelude.pure fail = Prelude.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: Fascinating.
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.