Questions tagged as 'timepicker'

3
answers

DateTime Picker in Portuguese

I've added the DateTimePicker component to my project. ButthesameisallinEnglish,Iaddedtheoptionofpt-BRinthefunctionthatcreatesitinthefield,andeventhenitcontinuesinEnglish.HowdoIgetthemonths/daysoftheweektobept-BR?functionatualizarCalenda...
asked by 24.03.2016 / 13:25
1
answer

TimePicker in 24h format

I'm thinking of using TimePicker in my news app and to determine the timing of notifications I'm using calender but the TimePicker schedule and from 0 to 12 a.m. and 0 to 12 p.m. and the calender of the 24 hour cycle if someone You can not think...
asked by 08.06.2018 / 01:43
1
answer

Difficulty in using timepicker

I'm having a hard time implementing timepicker on my system.    TheusermustselectatimeinadropdownlistandthistimewillbeusedtobetheminTimeof timepicker . For example, the user selects 01:00:00 and this will be minTime and by default...
asked by 28.08.2017 / 02:27
1
answer

Timepicker in dynamic input jquery

I needed to add the datepicker plugin to inputs that are added dynamically through a jquery script: Here is the script I'm using: $(document).ready(function() { var txtQuantidade = document.getElementById("txtNumDias"); var divForm = docum...
asked by 11.03.2016 / 18:52
1
answer

Remove TimePicker fields

I'm trying to remove the second, millisecond, and timezone fields but I can not. I checked the documentation, put showTimezone: false but it still appears. How can I proceed? CodeI'musing: <script> $(function() { $('#hora_parada...
asked by 26.02.2016 / 12:46
1
answer

Sql. table, date and time organized

I have a sql table that will contain appointment, date and time. I keep all three based on ID. I have a question regarding date and time. id = 0; data 28/08/2018 - 13:11h id = 1; data 26/08/2018 - 17:10h id = 2; data 25/08/2018 - 11:15h I...
asked by 25.08.2018 / 02:29
0
answers

Various TimePicker

I need to use TimePicker in several buttons on the same screen, and each one will save information in a different variable, but whenever I try to create another it will not work if I know of any way I can reuse it or create other ones. > code...
asked by 08.06.2018 / 16:18
0
answers

Using SQLite Dates and Hours

I'm having difficulty using dates and times in Sqlite, somehow not saving the data. below my databaseAdapter public class DataBaseAdapter extends SQLiteOpenHelper{ private static final int DATABASE_VERSION = 1; protected static final Strin...
asked by 01.10.2017 / 03:46
0
answers

Select date AM - PM TimePicker Android

I have a TimePickerDialog configured in my project and it is working correctly. When choosing the time, I have the following option - PM or AM. Code:privatevoidtimePicker(){//GetCurrentTimefinalCalendarc=Calendar.getInstance();mHour=c.get...
asked by 20.09.2017 / 19:49