Skip to main content
saidivyam
October 20, 2022
Question

Date field

  • October 20, 2022
  • 1 reply
  • 0 views

Hi all,

I have a datefield component. If I entered incorrect date format then it is showing some inbuilt error message than it should be in mm//dd/YYYY format but I want to display "Please enter a valid format".

Can this requirement be possible?

Thanks & Regards,

saidivya Minna

1 reply

harshitb6843
October 20, 2022

That is not possible with the date field but you will be able to achieve it if you try to use a textField and then validate the format. 
Also, the date field provides a date picker where you can actually select the date instead of writing it. So I think that is better than building a custom functionality around it.