DAYNO
Returns the day number which corresponds to a date specified in string
      format.
    Syntax
DAYNO(Datestring)
Datestring is a string in yyyy-mm-dd
        format. 
Day number 1 corresponds to January 1st, 1960. Negative numbers correspond to prior years.
Example
This example returns 732:
DAYNO('1962-01-01')