> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zazubot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Time

The Time input block allows you to ask your user for a time. You can chose between 12 hour and 24 hour format.

<Tabs>
  <Tab title="Flow">
    <Frame>
      <img src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/inputs/time-flow.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=53829149ccd0dcbc8384a73ec6bdc203" alt="Time input in flow" className="rounded-lg" width="1438" height="754" data-path="images/blocks/inputs/time-flow.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintcdn.com/zazubot/jkWiMkcCk4qiEvi7/images/blocks/inputs/time-bot.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=954e229f7db0b68f33860ed580ae35fa" alt="Time input in bot" className="rounded-lg" width="836" height="382" data-path="images/blocks/inputs/time-bot.png" />
    </Frame>
  </Tab>
</Tabs>

The input will use the native time picker depending on the device and browser used to answer the bot. For example on Chrome it looks like this:

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/inputs/time-native-picker.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=09bf811f06e4dc6618f3e20baccd0af9" alt="Time native picker" width="896" height="882" data-path="images/blocks/inputs/time-native-picker.png" />
</Frame>
