Hi,
I have this table:
Column A is a constant that I put, and column B is a string I take from url.
I need convert strings, seg, min, hora, horas, día, dias (this is all time string url generate) to, 0.6, 1, 60, 60, 1440, 1440.
I need this for compare later two columns and if A1<B2 do something. I read in forum that I can do this with javascript
I apreciate your help.
I have this table:
A | B |
10 min | 50 seg |
10 min | 1 hora |
Column A is a constant that I put, and column B is a string I take from url.
I need convert strings, seg, min, hora, horas, día, dias (this is all time string url generate) to, 0.6, 1, 60, 60, 1440, 1440.
I need this for compare later two columns and if A1<B2 do something. I read in forum that I can do this with javascript
I apreciate your help.