remove date and dateui global config of datepicker

This commit is contained in:
vitalets
2012-11-16 16:47:30 +04:00
parent 57b55c3cbe
commit 01b242d9da
6 changed files with 40 additions and 10 deletions

@@ -20,7 +20,9 @@ $(function () {
e = $('<a href="#" data-type="date" data-pk="1" data-url="post-date.php">'+dview+'</a>').appendTo(fx).editable({
format: 'dd.mm.yyyy',
viewformat: 'dd/mm/yyyy',
firstDay: 1
datepicker: {
firstDay: 1
}
}),
nextD = '16.05.1984',
nextDview = '16/05/1984';