Kizspy | Question: 42
(Choose 1 answer)
How are <fmt:parseDate> and <fmt:formatDate> different?
A. <fmt:parseDate> turns a date into text, and <fmt:formatDate> turns text into a date
B. <fmt:parseDate> turns text into a date, and <fmt:formatDate> turns a date into text.
C. They do the same thing.
D. <fmt:parseDate> is for calculations, and <fmt:formatDate> is for showing dates.