ERP Lover
07/17/2024, 8:22 AMformat.format
. If my user preferences has the date format MM/DD/YYYY
and I do the following, shouldn't the date become 07/17/2024
? At the moment the output is the same as the input.
const currentDate = format.format({
value: "2024-07-17",
type: format.Type.DATE,
})
battk
07/17/2024, 9:25 AMbattk
07/17/2024, 9:26 AMERP Lover
07/17/2024, 10:52 AMformat.format
when using format.Type.DATE
includes the time? Is it possible to omit that somehow?Rick Goodrow
07/17/2024, 4:24 PMbattk
07/17/2024, 8:29 PMERP Lover
07/18/2024, 11:32 AM