Questions tagged as 'fecha'

1
answer

Dates and export table

The first problem: I have an input data file that contains dates in ddmmyy format, on which I must operate, and when I import it in R it recognizes it as a factor. What I have done is to convert it to a character using as.character...
asked by 12.07.2018 / 16:28
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

How to get the number of the day of the week PL SQL ORACLE regardless of language

The idea is to be able to get the number of the week in a function in ORACLE but that it will always return the same values regardless of the language configuration so as not to give wrong calculations in the dates, for example Spanish: L...
asked by 02.06.2017 / 17:27
2
answers

Get the current week starting on Monday with php

I have the following question, how to get the current week starting on Monday, I am using the function $week = date('W','02/05/2017'); but it happens that when it is Sunday it shows me the following week, that is if I am in week 5, when i...
asked by 30.01.2017 / 23:26
1
answer

Periodical events with Moment.js and Angular.js

Greetings I am making an application in which I have to manage a calendar with events that repeat themselves, but I am having problems when generating the events that repeat on the 31st of each month, since there are months that do not have 3...
asked by 29.11.2016 / 10:33
1
answer

Sort an array of dates in swift

I have this array: let arrayFechas = [2016-11-21 23:00:00 +0000, 2016-11-28 23:00:00 +0000, 2016-11-22 23:00:00 +0000, 2016-11-23 23:00:00 +0000, 2016-11-18 23:00:00 +0000, 2016-11-25 23:00:00 +0000, 2016-11-19 23:00:00 +0000, 2016-11-26 2...
asked by 21.11.2016 / 09:11
2
answers

Disable date in calendarView - android

I would like you to help me disable the dates after today in a calendar view. How could I do it? This is what I have: calendario=(CalendarView)findViewById(R.id.cvCalendario); calendario.setOnDateChangeListener(new CalendarView.OnDateChange...
asked by 24.05.2016 / 11:39
0
answers

How to change the status field of a foreigner every 3 months and send an alert [closed]

I have no idea how to do this. I have a view with two tables, where one shows me the status of a team and the other the maintenance that is done to them, what I want to do is change the status of "pending" made when maintenance is done and every...
asked by 05.12.2018 / 14:33
0
answers

How to write a date in Python and verify it? [closed]

Sorry for the repeated questions but I just started to program! :) How do I put a date in Python? And then how can I verify it?     
asked by 06.04.2018 / 02:17
2
answers

Consult per month

I have a table which shows a monthly condominium invoice, but I need to show the expenses that were recorded in the last month only in the database and not all the expenses that are, here is how the table is formed of the database Here is...
asked by 04.09.2017 / 21:06