Specifies the allowed date format:
format
- string or array of strings that follow themoment.js
format.
const schema = Joi.date().format(['YYYY/MM/DD', 'DD-MM-YYYY']);
Specifies the allowed date format:
format
- string or array of strings that follow the moment.js
format.const schema = Joi.date().format(['YYYY/MM/DD', 'DD-MM-YYYY']);