반응형
javascript에는 replaceall이 존재하지 않는다.
대신 쉽게 구현할 수 있다.
var d = "2011-07-07";
d = d.split("-").join("");
결과 : 20110707
728x90
반응형
'웹 개발' 카테고리의 다른 글
[eclipse] 'org.eclipse.jst.jee.server:프로젝트이름' did not find a matching property (0) | 2019.08.15 |
---|---|
jquery css 값 설정 방법 (0) | 2019.08.15 |
jquery 성능 향상 방법 25가지 (0) | 2019.08.15 |
jQuery 성능향상 방법 (0) | 2019.08.15 |
jQuery 성능 향상 방법 (0) | 2019.08.15 |