Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

232
Views
Let user enter time in hh:mm:ss in v-text-field

image I am doing a Vue js project that allows users to enter the time they used in executing tasks in HH:MM:SS (in the image) which I'll send to backend. but my problem is that I don't know how I can get vuetfy textfield to accept the input in this format. I am supposed to use vuetify textfield, not normal html input.

<v-text-field
   filled
   rounded
   dense
   class="rounded-0"
   name="projectTime"
   placeholder="HH:MM:SS"
   v-model="entryEditForm.projectTime"
></v-text-field>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

you can use the DatetimePicker component for Vuetify.js

Installation

npm install --save vuetify-datetime-picker

import Vue from 'vue'
import DatetimePicker from 'vuetify-datetime-picker'
import 'vuetify-datetime-picker/src/stylus/main.styl'

Vue.use(DatetimePicker)

Usage

<v-datetime-picker
        label="Select Datetime"
        v-model="datetime">
</v-datetime-picker>

date time properties

more information on codespots

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!