Tempus-dominus: daysOfWeekDisabled broke load default value from input

Created on 8 Sep 2017  路  2Comments  路  Source: Eonasdan/tempus-dominus

Most helpful comment

Hi, 2 things:
1) Please add a description we can't just see a tittle an example and try to guess what's going on.
2) You're using an older version, do this happen with the latest version?

And as @King-ZeuS has given a valid answer I'll be closing this.

NOTE: I edited @King-ZeuS's answer to be formatted as code.

All 2 comments

$('#datetimepicker2').datetimepicker({
    locale: 'cs',
    useCurrent:false,
    daysOfWeekDisabled: [0, 6]
});

http://jsfiddle.net/KingZeuS/0Ltv25o8/5567/

Hi, 2 things:
1) Please add a description we can't just see a tittle an example and try to guess what's going on.
2) You're using an older version, do this happen with the latest version?

And as @King-ZeuS has given a valid answer I'll be closing this.

NOTE: I edited @King-ZeuS's answer to be formatted as code.

Was this page helpful?
0 / 5 - 0 ratings