You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now, I have another issue. The date for input field musst be in format yyyy-mm-dd, but before editing it must shown in german format (dd.mm.yyyy). How can I make this possible?
thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
i need the possibilty to show the default html5-date field when inline editing?
is that possible? is there a workaround?
i tried the usage of textfield with custom tpl:
$('.editable-date').editable({ type: 'text', tpl: '<input type="date">', });
But now, I have another issue. The date for input field musst be in format yyyy-mm-dd, but before editing it must shown in german format (dd.mm.yyyy). How can I make this possible?
thanks in advance
The text was updated successfully, but these errors were encountered: