Questions tagged as 'datetime'

2
answers

View the date of a set of files

I'm trying to make a script that checks the date of the files of different directories and if they are older than 7 days since the last update send me an email. To begin with, I would like to know how I can extract the date from the files. I...
asked by 08.05.2016 / 17:16
1
answer

Save dates with hours with 12-hour format in mongo with c #

I have a date but when I save it mongoDb puts me the time of the date in 24 hours or military time format. Example: The date is this {6/04/2017 3:03:00 p. m.} and it keeps it that way {2017-04-06 15:03:00.000} What...
asked by 12.10.2018 / 19:00
1
answer

Save local time in a variable

I am trying to save the time of registration in a variable, for example, if the system registers a program execution at 3am I need to save it in a variable, but if I print the value of that variable at any other time, I always show me 3am int...
asked by 29.11.2017 / 01:19
1
answer

Problem with the StartDate in date period PHP (DatePeriod)

I am trying to perform a function that selects only the days of a certain range of dates that coincide with the condition of a period of time (for example: the first Friday of each month, the last Friday of each month, all the Friday, etc ...),...
asked by 03.09.2017 / 20:53
1
answer

Problem when capturing a time in the timepicker

I have a fragment which should save an hour, after doing all the code it simply generates an error when executing it Alerter.java ( fragment that will capture the alarms) package company.viral.organizadorjec.FragmentMenu.Per...
asked by 28.01.2017 / 20:04
1
answer

Mysql Time Epoch subtract 4 hours

How do you spend 4 hours in a field that is in Time Epoch 1475638722 ? format I tried with DATE_SUB(field,INTERVAL 4 HOUR) but I did not get it.     
asked by 05.10.2016 / 05:46
2
answers

System check if there were payments from the 1st to the 5th of each month

is a condominium payment system and it is required to show if the owners paid in the range of 1 to 5 of each month I have the following but it does not do anything to me, it remains blank and the table does have data <?php session_st...
asked by 01.09.2018 / 23:37
0
answers

Graph time on axis x Highcharts Stacked chart

I found this kind of stacked chart in the Highcharts examples, but I would like instead of having static labels on the X axis, to have a timeline. This is the example: link Thanks     
asked by 18.05.2018 / 20:51
1
answer

How can I block an ip to a redirect php file?

This is my redirect file in php <?php header("Location: https://www.ejemplo.org/anuncio1.php"); ?> What code do I need so that when a person with an ip. for example 192.168.1.1 can only be redirected once a day or once per hour to that...
asked by 18.04.2018 / 22:40
0
answers

Problem with the min property of ion-datetime Ionic

I have two small problems with ion-datetime Case 1: In the first case, I do not know why, when I click on it, the following error is thrown out. <ion-datetime class="ocultar datetime datetime-ios ng-untouched ng-pristine ng-vali...
asked by 18.04.2018 / 22:51