update guide
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(['appSettings', 'dom', 'browser', 'scrollStyles'], function (appSettings, dom, browser) {
|
||||
define(['appSettings', 'dom', 'browser', 'datetime', 'scrollStyles'], function (appSettings, dom, browser, datetime) {
|
||||
'use strict';
|
||||
|
||||
function fadeInRight(elem) {
|
||||
@@ -432,7 +432,7 @@
|
||||
weekday[6] = Globalize.translate('OptionSaturday');
|
||||
|
||||
var day = weekday[date.getDay()];
|
||||
date = date.toLocaleDateString();
|
||||
date = datetime.toLocaleDateString(date);
|
||||
|
||||
if (date.toLowerCase().indexOf(day.toLowerCase()) == -1) {
|
||||
return day + " " + date;
|
||||
|
||||
Reference in New Issue
Block a user