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
Suggestion: make a note in the docs that the moment.js short date format specifier differs from the .NET date format:
moment.js - DD/MM/YYYY
.NET - dd/MM/yyyy
I used System.Globalization.CultureInfo.CurrentUICulture to supply the data-dateformat value in the table header, and it broke bootstrap-sortable's date sorting. Fixed by applying .ToUpper() to the date format string returned by CurrentUICulture.
The text was updated successfully, but these errors were encountered:
Suggestion: make a note in the docs that the moment.js short date format specifier differs from the .NET date format:
I used System.Globalization.CultureInfo.CurrentUICulture to supply the data-dateformat value in the table header, and it broke bootstrap-sortable's date sorting. Fixed by applying .ToUpper() to the date format string returned by CurrentUICulture.
The text was updated successfully, but these errors were encountered: