|
|
@ -155,7 +155,7 @@ if ('undefined' !== typeof window) {
|
|
|
|
var els = $(this);
|
|
|
|
var els = $(this);
|
|
|
|
|
|
|
|
|
|
|
|
// Convert "old" format to new format (#5108)
|
|
|
|
// Convert "old" format to new format (#5108)
|
|
|
|
var options = { year: 'numeric', month: 'long', day: 'numeric' };
|
|
|
|
var options = { year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' };
|
|
|
|
var iso;
|
|
|
|
var iso;
|
|
|
|
els.each(function() {
|
|
|
|
els.each(function() {
|
|
|
|
iso = this.getAttribute('title');
|
|
|
|
iso = this.getAttribute('title');
|
|
|
|