Questions tagged as 'date'

1
answer

Use the time.h library for dates

I wanted to use the time.h library to store a birth date type 26/10/2312 (in this format) in a given array, but I've never worked with this library. Can someone give me an explanation?     
asked by 09.01.2018 / 15:35
1
answer

Scroll between two dates

I have two dates in milliseconds. I need to recover each day of that period to make an insert in the database. I thought about making a for every day of this period, but I have no idea how to do it!     
asked by 08.01.2018 / 21:41
1
answer

I have a script that I enter the number of months and returns me the deadline date. But I need to decrease one day of the result

Dev's good afternoon! I'm trying to create a script that calculates the end date from an initial date and its deadline in months. Ex: Starting date: 08/01/2018 Deadline: 60 months End Date: 7/31/2023 (60 months - 1 day) function calcDate...
asked by 20.08.2018 / 22:55
1
answer

How to change the mask of an input type date

How do I solve this problem? I want to remove this "dd / mm / yyyy"     
asked by 11.05.2018 / 15:29