Which of the following is used to convert a String to a Date object? i) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.parse(new Date()); ii) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.format(new Date()); iii) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().parse(); iv) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().format();

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question

Which of the following is used to convert a String to a Date object?

i) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

sdf.parse(new Date());

ii) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

sdf.format(new Date());

iii) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

new Date().parse();

iv) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd");

new Date().format();

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
JQuery and Javascript
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning