MinguoDate from() method in Java, example
Original text: https://www . geeksforgeeks . org/minuodate-from-in-method-in-Java-with-example/
The from() method of Java . time . chrono . mingodate class is used to obtain the Republic of China based on the Republic of China calendar system of a specific time object date.
Syntax:
public static MinguoDate from(TemporalAccessor temporal)
Parameters: This method takes the object of any tense valuer and forms the Republic of China date based on it.
Return value: This method returns the Republic of China date according to the Republic of China calendar system of the specified tense object.
The following is an example of the from () method:
T4] Example 1:
Java language (a computer language, Especially used for creating websites)
// Java program to demonstrate from() method
import java.util.*;
import java.io.*;
import java.time.*;
import java.time.chrono.*;
import java.time.temporal.*;
public class GFG {
public static void main (String[] argv)
{
try {
n">ZonedDateTime zonedate
= ZonedDateTime
s">"2018-10-25T23:12:31."
Europe/Paris]");
// Creating and initializing
// MinguoDate Object
">= MinguoDate.from(zonedate);
the result
System.out.println("MinguoDate: "
+ hidate);
}
catch (DateTimeException e) {
"n">System.out.println("passed parameter can"
">+ " not form a date");
System.out.println("Exception thrown: "
/span> e);
}
}
}
Output:
MinguoDate: MinguoROC 107-10-25
Example 2:
Java language (a computer language, especially used for creating websites)
// Java program to demonstrate from() method
import java.util.*;
import java.io.*;
import java.time.*;
import java.time.chrono.*;
import java.time.temporal.*;
public class GFG {
public static void main(String[] argv)
{
try {
// creating and initializing
// TemporalAccessor object
LocalDateTime localdate
LocalDateTime.parse(
"2018-12-30T19:34:50.63");
// Creating and initializing
> hidate
= MinguoDate.from(localdate);
// Display the result
System.out.println("MinguoDate: "
hide);
}
catch (DateTimeException e) {
System.out.println("passed parameter can"
class="p">);
System.out .println("Exception thrown: "
/span>
}
}
}
Output:
MinguoDate : Minguo ROC 107-12-30
Reference:https://docs . Oracle . com/javase/9/docs/API/Java/time/chrono/minguodate . html # from-Java . time . temporal . temporal accessor-