1
0
-1

Hello everyone,

On a Date Picker allowing manual entry, is it possible to have the separators automatically filled so that the user only needs to enter the numbers? For instance, in my example below, the date format is dd/mm/yyyy. I would like the user to be able ton enter only ddmmyyyy, the "/" being automatically filled. Is that possible?

Thanks a lot for your help,

Baptiste

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hi, perhaps you could try to add some custom JavaScript, for example https://stackoverflow.com/questions/44137998/auto-slash-for-date-input-using-javascript

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thx a lot. I found a solution based on that.

        Cheers

        B.

          CommentAdd your comment...