Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Tibz
Contributor II
Contributor II

Reference lines Date formatting

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 !

Labels (3)
1 Solution

Accepted Solutions
Tibz
Contributor II
Contributor II
Author

It was the following line, with the < ' >

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )

Have a nice day

View solution in original post

2 Replies
Tibz
Contributor II
Contributor II
Author

It was the following line, with the < ' >

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )

Have a nice day
Rojarao
Contributor III
Contributor III

Try this

 

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )