DateFeature

<auto-generated stub>

Static methods

def apply(x: Rep[String]): Rep[org.joda.time.format.DateTimeFormatter]

def day(x: Rep[Double]): Rep[Int]

def daysBetween(x: Rep[Double], y: Rep[Double]): Rep[Int]

def hour(x: Rep[Double]): Rep[Int]

def month(x: Rep[Double]): Rep[Int]

def monthsBetween(x: Rep[Double], y: Rep[Double]): Rep[Int]

def weekday(x: Rep[Double]): Rep[Int]

def year(x: Rep[Double]): Rep[Int]

def yearsBetween(x: Rep[Double], y: Rep[Double]): Rep[Int]