Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
333
igx-date-picker change placeholder
posted

Hello,

is there any possibility to change the placeholder in an igx-date-picker?

In a german website we have this date picker: 

  <igx-date-picker mode="dropdown" id="iGeburtsdatum" name="geburtsdatum"
                        format="dd.MM.yyyy" locale="de-DE" 
                        mask="dd.MM.yyyy" label="Geburtstag"
                        [(ngModel)]="suchParam.geburtsDatum">
                    </igx-date-picker>
The placeholder is now "dd.MM.yyyy". I want to change this to "tt.mm.jjjj".
Thanks in advance.
Stephan