Most voted "timepicker" questions
10 questions
Sort by count of
-
2
votes3
answers5814
viewsDatetime Picker in Portuguese
I added the component of DateTimePicker to my project. But the same is all in English, I added the option of pt-BR in Function that creates it in the field, and even so it remains in English. How do…
-
2
votes2
answers203
viewsdate.getHours with 0 more elegant
I need to assemble a JSON with a property in hours and minutes. I use a Timepicker on the front and it returns a date: Fri Feb 15 2019 05:52:09 GMT-0200 (Horário de Verão de Brasília) To build JSON…
-
1
votes2
answers214
viewsjquery time Picker, create function for "min time"
I have two input with jQuery which loads a time interval of 30 minutes every 30 minutes. The first is the check-in time, the second is the check-out time. $(function() {…
-
1
votes1
answer45
viewsTimepicker in 24h format
I’m thinking of using Timepicker in my news app and to determine the time of the notifications I’m using calender however the time of the Timepicker and from 0 to 12 am and 0 to 12 pm and the…
-
1
votes1
answer283
viewsDifficulty in using timepicker
I’m having trouble implementing the timepicker in my system. The user must select a time in a dropdownlist and this time will be used to be the minTime of timepicker. For example, the user selects…
-
0
votes1
answer33
viewsRemove Timepicker fields
I’m trying to remove the second, millisecond and Timezone fields but I can’t. I checked the documentation, I put showTimezone: false but still appears. How can I proceed? Code that I’m using:…
-
0
votes1
answer172
viewsTimepicker in jquery dynamic input
Needed to add the datepicker plugin to inputs that are added dynamically via a jquery script: Follow the script I’m using: $(document).ready(function() { var txtQuantidade =…
-
0
votes1
answer96
viewsSql. table, organized date and time
I have an sql table that will contain appointment, date and time. I keep the three based on ID. I have a question about the date and time id = 0; data 28/08/2018 - 13:11h id = 1; data 26/08/2018 -…
-
0
votes0
answers168
viewsSelect Date AM - PM Timepicker Android
I have a Timepickerdialog configured in my project and is working properly. When choosing the time I have the following option - PM or AM. Code: private void timePicker(){ // Get Current Time final…
-
0
votes0
answers168
viewsHow to use Dates and Times in Sqlite
I’m having trouble using dates and times in Sqlite, somehow not saving the data. below my databaseAdapter public class DataBaseAdapter extends SQLiteOpenHelper{ private static final int…