Questions tagged as 'fecha'

2
answers

MongoDB: Search by date in PHP

I have a collection in MongoDB of 45 million records (Actually we had a database in SQL Server, but this is already starting to have problems, so we are moving to Mongo and query the information using PHP. The documents is as follows: { "_id"...
asked by 05.10.2016 / 17:38
1
answer

Calculate php major date

I am making a script in which I show some dates that I have in an array, starting from another given date, I have to show only the dates greater than or equal to the given date What php functions can I use for the script? Thank you!     
asked by 24.06.2016 / 12:44
1
answer

search date in list of dates

I have a list of dates that is in datetime.date format (year, month, day). I want to know the position that has a datex (which also has the format datetime.date (year, month, day) in the list with the following code: posicion = lista.inde...
asked by 24.11.2017 / 15:59
2
answers

Compare two dates in VB.NET [closed]

I would like to know how to compare two dates with .Net; The current date and a manually inserted date. Format: YYYY / MM / DD     
asked by 25.05.2018 / 22:46
2
answers

Date - Calendar - System date in JAVA in real time Thread

I try to add to a JLabel the date and time of the current system running the application. It shows me the date and time of the system when launching / executing the file JAVA but it does not update it at the time of execution of the p...
asked by 10.01.2017 / 21:34
2
answers

How to get the Day I'm looking for with the DateTime tool in C #?

I have a problem when trying to get a specific day with the DateTime property of C #, since it only brings me one number and it is always the 1st. Date method code var fecha = DateTime.Now.ToString("d/M/yyyy"); DateTime moment = new DateTim...
asked by 17.01.2017 / 16:58
1
answer

Select rows with a date lower than another MySQL

The tables that are available in the exercise are: Master master_id |INT ----> PRIMARY KEY name | VARCHAR ----> ALTERNATIVE KEY curriculum_rev | DATE Subject subject_id | VARCHAR -----> PRIMARY KEY name | VARCHAR language...
asked by 27.12.2018 / 19:04
2
answers

date date ("y, m, d) pass it to month

Hello, I have in my database a date field where it is stored with $ date = date ("Ymd), and I want my table to have one where it shows the full date and another where it shows only the month as I convert it $ date = date ("Y-m-d"); Date  M...
asked by 06.11.2018 / 18:12