Questions tagged as 'datetime'

0
answers

Catch hours by Datetime - Ionic 3

I need to do a project for my school and I do not know how to get the value of the times that the user selects, by ion-datetime (Ionic 3). Could anyone help me?     
asked by 12.10.2017 / 23:09
1
answer

Format date in Android and SQLite

I am having difficulty setting the current date of my SQLite database in the% type attribute of my object. The SQLite date comes in the format "yyyy-MM-dd". I'm trying to convert to the format accepted in type java.util.Date and that a...
asked by 15.11.2015 / 06:27
2
answers

How to remove duplicate dates in sql?

Good morning, I need some help for the following problem, I have this code Whichgivesmethefollowingresult,howeverIwouldliketoremovetheduplicatedates Thanks in advance.     
asked by 08.08.2017 / 13:22
0
answers

Dynamic LINQ from DTO - DateTime filtering

I'm trying to mount a dynamic filter from a DTOFilter object that I get populated through the View. My problem is, when I try to filter the results that will be shown on the screen by MesAno, I can not properly handle the data so that LinqToEnti...
asked by 10.08.2017 / 22:09
1
answer

Handle date correctly

I have a calendar where I'm using the Fullcalendar (javascript) library and when I click on an event I want more information to be displayed until all is right I now have a form field in a modal returned a date from the database but it returns...
asked by 03.07.2017 / 22:48
2
answers

Loop in hour interval

I need to walk through a time slot to set up a schedule grid. Example: 8:00 AM to 10:00 AM, adding 30 minutes. Forming a grid like this: 8 o'clock 08:30 09:00 09:30 10:00 I'm trying like this: GregorianCalendar gc = new GregorianCalenda...
asked by 06.09.2016 / 15:55
1
answer

Select specific day in an np.array containing datetime

I have a np.array.astype ('Datetime [s]') called T with several days at random times. I need to select a few days for separation. I tried: for i in np.arange(MinTime,MaxTime,np.timedelta64(1, 'D')): mask = (T > i) & (T < (...
asked by 05.08.2016 / 01:32
0
answers

Write null DateTime field in Access database (mdb)

Good afternoon everyone. Please, I need your help. I'm trying to write / update a Birth field of type DateTime, but this field will not always be filled, due to the business rule sometimes it will be null. The base used is the Access md...
asked by 18.08.2016 / 20:28
0
answers

How to get the DateTime from the internet?

How can I get the current date of the internet, and convert the result to char *data_atual ? Example of the sites you want: nist.time.gov and / or time.windows.com . I would like two examples, one returning only the date...
asked by 16.08.2016 / 23:41
1
answer

Problem setting 'allowTimes' in xdsoft DateTimePicker dynamically

Well folks, I have a problem here with DateTimePicker . I'm trying to set the dynamically accepted times with the allowTimes attribute. To get easier the code tá asism: $('#datetimepicker2').datetimepicker({ datepicker: false, format:...
asked by 13.11.2015 / 03:09