# \`text\_input\` node and \`time\` format not working

**URL:** https://discourse.nodered.org/t/text-input-node-and-time-format-not-working/30970
**Category:** General
**Created:** [31 July 2020 09:58 UTC](https://discourse.nodered.org/t/text-input-node-and-time-format-not-working/30970 "2020-07-31T09:58:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Trying\_to\_learn](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/trying_to_learn/32/28400_2.png) [@Trying\_to\_learn](https://discourse.nodered.org/u/Trying_to_learn)
#### Post date: [31 July 2020 09:58 UTC](https://discourse.nodered.org/t/text-input-node-and-time-format-not-working/30970/1 "2020-07-31T09:58:11Z")

</div>

I have a `text_input` and set it for `time` input.

I can enter the Hours and Minutes but I can't enter the seconds.

For the sake of it, here is the node:

```auto
[{"id":"18f400f0.a654f7","type":"ui_text_input","z":"d103f472.19f3c8","name":"","label":"TIME","tooltip":"","group":"ac199624.cb655","order":1,"width":"6","height":"1","passthru":true,"mode":"time","delay":"0","topic":"","x":110,"y":2190,"wires":[["54768865.bc0938","5352b2d0.e2516c"]]},{"id":"ac199624.cb655","type":"ui_group","name":"Group 6","tab":"de5134a7.f0a0d","order":6,"disp":true,"width":6},{"id":"de5134a7.f0a0d","type":"ui_tab","name":"Tab 6","icon":"dashboard","order":5}]

```

Some one please?

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [31 July 2020 10:03 UTC](https://discourse.nodered.org/t/text-input-node-and-time-format-not-working/30970/2 "2020-07-31T10:03:48Z")

</div>

The Time option only allows you to set HH:MM. It is working entirely as implemented.

It uses the standard HTML5 time input - [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [14 August 2020 10:04 UTC](https://discourse.nodered.org/t/text-input-node-and-time-format-not-working/30970/3 "2020-08-14T10:04:08Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
