Supplier mail changing and polishing
This commit is contained in:
@@ -15,7 +15,6 @@ var $translations = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$transformation_mappings = {
|
||||
downcase: 'toLowerCase',
|
||||
upcase: 'toUpperCase'
|
||||
@@ -68,7 +67,7 @@ function setTranslations(selector){
|
||||
}
|
||||
moment.lang($locale);
|
||||
$('[data-time]').each(function(){
|
||||
$(this).text(moment($(this).data('time')).format($(this).data('timeFormat') || 'dd D HH:MM'))
|
||||
$(this).text(moment($(this).data('time')).format($(this).data('timeFormat') || 'dd D MMM HH:MM'))
|
||||
})
|
||||
|
||||
$('.datepicker').datepicker("option", $.datepicker.regional[$locale])
|
||||
|
||||
Reference in New Issue
Block a user