Share java yearmonth

trihuu131

New member
## Java Yearmonth

# Java
# Ngày và giờ
# Ngày định dạng
# Ngày phân tích cú pháp
# Múi giờ

### Ví dụ về năm Java

Mã sau đây cho thấy cách có được năm và tháng hiện tại ở Java:

`` `java
nhập java.time.localdate;

lớp công khai Yearmonthexample {

công khai void void main (String [] args) {
// Nhận ngày và giờ hiện tại
LocalDate bây giờ = LocalDate.now ();

// Nhận năm hiện tại
int năm = bây giờ.getyear ();

// Nhận tháng hiện tại
Tháng tháng = now.getMonth ();

// In năm và tháng hiện tại
System.out.println ("Năm hiện tại là" + năm);
System.out.println ("Tháng hiện tại là" + tháng);
}
}
`` `

### Liên kết bài viết tham khảo

* [API ngày và thời gian Java] (java.time (Java Platform SE 8 ))
* [Làm thế nào để có được ngày và giờ hiện tại trong Java] (https://www.baeldung.com/java-civerse-date-time)
* [Cách định dạng một ngày ở Java] (https://www.baeldung.com/java-format-date)
* [Cách phân tích một ngày ở Java] (https://www.baeldung.com/java-ange-date)
* [Cách làm việc với Timezones ở Java] (https://www.baeldung.com/java-Timezones)
=======================================
## Java yearmonth

# Java
# Date and time
# Formatting dates
# Parsing dates
# Timezones

### Java yearmonth example

The following code shows how to get the current year and month in Java:

```java
import java.time.LocalDate;

public class YearMonthExample {

public static void main(String[] args) {
// Get the current date and time
LocalDate now = LocalDate.now();

// Get the current year
int year = now.getYear();

// Get the current month
Month month = now.getMonth();

// Print the current year and month
System.out.println("The current year is " + year);
System.out.println("The current month is " + month);
}
}
```

### Reference article links

* [Java Date and Time API](https://docs.oracle.com/javase/8/docs/api/java/time/package-summary.html)
* [How to Get the Current Date and Time in Java](https://www.baeldung.com/java-current-date-time)
* [How to Format a Date in Java](https://www.baeldung.com/java-format-date)
* [How to Parse a Date in Java](https://www.baeldung.com/java-parse-date)
* [How to Work with Timezones in Java](https://www.baeldung.com/java-timezones)
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top