Input Time select() Method

❮ Input Time Object

Example

Select the content of a time text field:

document.getElementById("myTime").select();
Try it Yourself »

Description

The select() method is used to select the content of a time text field.


Browser Support

Method
select() Yes Yes No Yes Yes

Syntax

timeObject.select()

Parameters

None.

Technical Details

Return Value: No return value

❮ Input Time Object
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.