Merge branch 'rosewiper'
This commit is contained in:
commit
d90a8138e0
@ -16,7 +16,7 @@
|
|||||||
//이전달 첫날/마지막날 조회
|
//이전달 첫날/마지막날 조회
|
||||||
if(date.getMonth()+1 == 1){
|
if(date.getMonth()+1 == 1){
|
||||||
lastfulstday = date.getFullYear()-1 + "/12" + "/01";
|
lastfulstday = date.getFullYear()-1 + "/12" + "/01";
|
||||||
lastfuledday = date.getFullYear()-1 + "/12" + "/"+new Date(date.getFullYear()-1, 12, 0);
|
lastfuledday = date.getFullYear()-1 + "/12" + "/"+new Date(date.getFullYear()-1, 12, 0).getDate()+"";
|
||||||
}else{
|
}else{
|
||||||
lastfulstday = date.getFullYear() + "/" ;
|
lastfulstday = date.getFullYear() + "/" ;
|
||||||
lastfulstday += date.getMonth() < 10 ? "0"+ (date.getMonth()) : date.getMonth()+"" ;
|
lastfulstday += date.getMonth() < 10 ? "0"+ (date.getMonth()) : date.getMonth()+"" ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user