Nguyễn Đình Trung
Nguyễn Đình Trung
I try to update the apps to latest angular version along with newest Chart.js for the dashboard page
Update packages dependencies using ncu. Bump version to angular 11
My country (Vietnam) use the format "hh:ii:ss dd/mm/YY" to format the date and time. Is there any way to change the order between dateFormat and timeFormat?
Here is a simple jQuery script for styling links by file type. $(document).ready(function() { $("a[href$='.pdf']").addClass("ss_sprite ss_page_white_acrobat"); $("a[href$='.txt'], a[href$='.rft']").addClass("ss_sprite ss_page_white_text"); $("a[href$='.doc'], a[href$='.docx'], a[href$='.odt']").addClass("ss_sprite ss_page_white_word"); $("a[href$='.xls'], a[href$='.xlsx'], a[href$='.ods']").addClass("ss_sprite ss_page_white_excel"); $("a[href$='.ppt'], a[href$='.pptx'], a[href$='.odp']").addClass("ss_sprite...