yyyy-mm-dd java

lyvynguyen.thao

New member
31

Yyyy-MM-DD là một định dạng ngày được sử dụng trong Java để đại diện cho ngày và giờ.Nó được viết là `yyyy-mm-dd`, trong đó` yyyy` đại diện cho năm, `mm` đại diện cho tháng và` dd` đại diện cho ngày.

Để định dạng một ngày ở định dạng Yyyy-MM-DD, bạn có thể sử dụng lớp `SimpleDateFormat`.Ví dụ: mã sau sẽ định dạng ngày hiện tại ở định dạng YYYY-MM-DD:

`` `java
nhập java.text.simpledateformat;

lớp công khai dateformateXample {

công khai void void main (String [] args) {
// Nhận ngày hiện tại.
Ngày ngày = ngày mới ();

// Tạo một đối tượng SimpleDateFormat.
SimpleDateFormat dateFormat = new SimpleDateFormat ("YYYY-MM-DD");

// Định dạng ngày.
Chuỗi định dạngdate = dateformat.format (ngày);

// In ngày định dạng.
System.out.println (định dạng);
}
}
`` `

Đầu ra của mã này sẽ là ngày hiện tại ở định dạng Yyyy-MM-DD.

### Người giới thiệu

* [API ngày và thời gian Java] (https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html)
* [SimpleDateFormat] (https://docs.oracle.com/javase/8/docs/api/java/text/simpledateformat.html)

### hashtags

* #Java
* #Ngày
* #thời gian
* #Định dạng
* #Programming
=======================================
#Java #yyyy-mm-dd #Programming #Tutorial #development ### yyyy-mm-dd in Java

yyyy-mm-dd is a date format that is used in Java to represent a date and time. It is written as `yyyy-mm-dd`, where `yyyy` represents the year, `mm` represents the month, and `dd` represents the day.

To format a date in yyyy-mm-dd format, you can use the `SimpleDateFormat` class. For example, the following code will format the current date in yyyy-mm-dd format:

```java
import java.text.SimpleDateFormat;

public class DateFormatExample {

public static void main(String[] args) {
// Get the current date.
Date date = new Date();

// Create a SimpleDateFormat object.
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd");

// Format the date.
String formattedDate = dateFormat.format(date);

// Print the formatted date.
System.out.println(formattedDate);
}
}
```

The output of this code will be the current date in yyyy-mm-dd format.

### References

* [Java Date and Time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html)
* [SimpleDateFormat](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html)

### Hashtags

* #Java
* #Date
* #time
* #format
* #Programming
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock