Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
My problem is simple, i have an input button where the user have to enter a date at the format hh:mm:ss,
and all i want to do is to make a reference line with it,
i've tried =Num($(vDateInput),'hh:mm:ss').
and, =time($(vDateInput)), but it did'nt worked,
=$(vDateInput) either.
Thanks in advance !
Try this
=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )