|
@@ -1781,7 +1781,7 @@ function getStaticDate(flg){
|
|
setCookieAction(behosDateStart,behosDateEnd)
|
|
setCookieAction(behosDateStart,behosDateEnd)
|
|
}
|
|
}
|
|
if(behosDateStart){
|
|
if(behosDateStart){
|
|
- behosDateStart = behosDateStart.replace(/\//g,'-') + ' 00:00:000'
|
|
|
|
|
|
+ behosDateStart = behosDateStart.replace(/\//g,'-') + ' 00:00:00'
|
|
}
|
|
}
|
|
if(behosDateEnd){
|
|
if(behosDateEnd){
|
|
behosDateEnd = behosDateEnd.replace(/\//g,'-') + ' 23:59:59'
|
|
behosDateEnd = behosDateEnd.replace(/\//g,'-') + ' 23:59:59'
|