소수점 절삭 방법좀 알려주세요

소수점 절삭 방법좀 알려주세요

QA

소수점 절삭 방법좀 알려주세요

답변 1

본문

소수점 절삭 할려면 어떻게 해야하나요

 

 


<input type="text" name="deduction_price2" id="deduction_price2" class="form-control input-sm number-only tright" value="<?php echo $corow['deduction_price2']  ? number_format($corow['deduction_price2'],0) : "0";?>" placeholder="금액1" onKeyup="this.value=this.value.replace(/[^0-9-]/g,'');" required readonly>
                                        <span class="input-group-addon" style="min-width:35px;">원</span>

 

이 질문에 댓글 쓰기 :

답변 1

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 124,035
© SIRSOFT
현재 페이지 제일 처음으로