135
Views
3
Comments
How to add hyphens(-) in date field?
Question

Hello Team,

My requirement is that when user enters date in text box in YYYY-MM-DD format, I want to add hyphens(-) automatically in date value.

e.g. user enters 2017, what I want is that hyphen should be added immediately and it will look like 2017-

then user enters month as 05 and it should look like 2017-05-

How to achieve this?

Thanks and Regards,

Suraj Borade

2020-02-28 09-46-54
Eduardo Jauch

Hello Suraj,

Best option would be use some mask, like this component.

Cheers,

Eduardo Jauch

P.S. Other than this, only applying it yourself with JavaScript.

2024-12-17 14-32-59
Matthias Preuter
 
MVP

Suraj,

Maybe CustomMasks component could help?

Kind regards,

Matthias

2017-08-28 11-56-10
Debasis Sahoo

Hi Suraj,

you can use custom masking using jquery function as defined here.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.