Sandip Bhogal Posted February 29 Share Posted February 29 Hi, i'm creating a form which needs to have start time and end time. I been using Date & Time control but was wondering if there's an alternative way to have Time control only feature instead of date? Link to comment Share on other sites More sharing options...
Steve Giller Posted February 29 Share Posted February 29 Currently there is no option to specify a time only. Link to comment Share on other sites More sharing options...
Gerry Posted March 4 Share Posted March 4 @Sandip Bhogal Its relatively trivial to add a control so you can prompt for just a time, but I am curious to know what you would want to do with that data? If its just for collecting information only, then thats simple enough, but if you are planning to use that in calculations or feed into other components for some kind of automation, that might be a different thing, as we may need to consider things like local time etc... if you could give is a brief outline so we understand better what you want to achieve, we can probably better advise you what may be possible. Gerry 1 Link to comment Share on other sites More sharing options...
HHH Posted March 4 Share Posted March 4 @Sandip Bhogal If it's only for information perhaps you can use a single line text field and then regex it to only allow hh:mm:ss or whatever time format is used by filtering the appropriate regex 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now