date tag

39 questions


1 answers
155 views
0
How do I get the date and time on Android?

I'd like to receive the date and time set on the device with the code, so what can I do?


1 answers
71 views
0
I'm a beginner at Java I have a question about the new date

If you enter aa=new Date (2019,19,39)If you look at the date, you can see 2020/9/8I don't know why Help me

2 years ago

1 answers
118 views
0
How do I get the current date and time in C++?

I want to know the current time and date regardless of the platform.Help me

2 years ago

4 answers
69 views
0
I have a question for the regular show!

In the part where you enter the date, in EditText, Which regular expression allows you to enter only numbers from 1-31?ㅠ

2 years ago

1 answers
71 views
0
I'd like to get a week of the current date as data.

sql=sql & where (per like '%&emp_name&%') and (std_dt between '2018-10-21' and '2018-10-26') You are about to get data for the last week of the current date.I put it in that way with and. ...

2 years ago

3 answers
75 views
0
Looking at the Java date class, it's almost defected, is it better not to use it at all?

Looking at the generators, we find the current time Date date = new Date();Other than that, everything was decided. Then you can just tell them to use Calendar. Why did they leave that?

2 years ago

1 answers
87 views
0
To get the last date in a specific month?

Is there a way to find out how many days are in a particular month using Python standard library?It would be nice if it was a standard library, but if it doesn't have that function, other packages rel...

2 years ago

1 answers
88 views
0
How do I change the date to the next in Java?

I received the date in the form of yyyy-mm-dd. How can I add one more day to this?

2 years ago

1 answers
82 views
0
How do I subtract a day from a datetime object?

How do I subtract a day from a datetime.datetime object?For example,2016-01-21 15:36:43.058249 -> 2016-01-20 15:36:43.058249You have to take out a day like this.

2 years ago

1 answers
118 views
0
To convert date to datetime?

datetime can be changed to time type using datetime.date()Is there a Python built-in function that replaces date with datetime?I know it's called datetime(date.year, date.month, date.day).What I want ...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.