• Alexander.Trofimov's avatar
    fix DATEVALUE function calculate (examples: · c1bc97fd
    Alexander.Trofimov authored
    =DATEVALUE(2016) we calc to 2016 value. Can be #VALUE!;
    
    cell A7 enter value: 3-Mar
    other cell value:  =DATEVALUE(A7)
    if A7 format as text  -> 42432, or if General can be #VALUE!;
    )
    
    fix unit tests for DATEVALUE
    delete unused regexp variables
    c1bc97fd
dateandtimeFunctions.js 65.4 KB