How many years are there between two dates

Inputs

  • Start date
  • End date

Outputs

  • Years

Neuron type

Checked - ready to generate algorithm

Patterns

Pattern Input Output
1.
Start date: 2016-01-02
End date: 2017-01-02
Years: 1
2.
Start date: 2016-01-03
End date: 2017-01-02
Years: 0
3.
Start date: 2016-01-01
End date: 2017-01-02
Years: 1
5.
Start date: 2010-01-02
End date: 2017-01-02
Years: 7

Applicable neurons

  • Plus (x + y)
  • Minus (x - y)
  • 0
  • 1
  • a > b
  • a < b
  • IF a=b THEN c ELSE d
  • IF (1) THEN a ELSE b
  • get year from date (yyyy-mm-dd)
  • get month, day (mm-dd) from date (yyyy-mm-dd)
  • Rectangle - circuit
  • tag title
  • when sentence contains a, return b, else return c
  • Get last character
  • Get the last XY characters
  • (x)(y)

Algorithm

Algorithm doesn't exists


Create your family tree for free