Which of the following is used to convert Date object to String?   a) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.parse(new Date()); b) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); sdf.format(new Date()); c) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().parse(); advertisement d) SimpleDateFormat sdf = new SimpleDateFormat("yyyy-mm-dd"); new Date().format();

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter6: Sub And Function Procedures
Section: Chapter Questions
Problem 6RQ
icon
Related questions
Question

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

 

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

sdf.parse(new Date());

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

sdf.format(new Date());

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

new Date().parse();

advertisement

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

new Date().format();

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Data Binding
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning