Bismillah,
kali ini saya akan share bagaimana caranya membuat auto format Rp dan Auto format number di input text pada bahasa pemrogramman PHP.
berikut ini syntaxnya :
_________________________________________________________________________________
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.price_format.1.3.js" type="text/javascript"></script>
</head>
<body>
<input id="price" name="MyPrice" type="text" />
</body>
<script type="text/javascript"> $('#price').priceFormat({ prefix: 'Rp. ', centsSeparator: ',', thousandsSeparator: '.', centsLimit: 2 }); </script>
</html>
kali ini saya akan share bagaimana caranya membuat auto format Rp dan Auto format number di input text pada bahasa pemrogramman PHP.
berikut ini syntaxnya :
_________________________________________________________________________________
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.price_format.1.3.js" type="text/javascript"></script>
</head>
<body>
<input id="price" name="MyPrice" type="text" />
</body>
<script type="text/javascript"> $('#price').priceFormat({ prefix: 'Rp. ', centsSeparator: ',', thousandsSeparator: '.', centsLimit: 2 }); </script>
</html>
_________________________________________________________________________________
untuk jquery.min.js bisa di download dilink berikut : http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js
Untuk jquery.price_format.1.3.js bisa di download di link berikut https://code.google.com/p/openodonto/source/browse/trunk/src/openodonto/WebContent/js/jquery.price_format.1.3.js?r=210
_________________________________________________________________________________
Semoga bermanfaat.
wslm.wr.wb
Cara buat Format Rp dan Format Number
Reviewed by Syawaluddin Amin, S.Kom
on
Juli 15, 2013
Rating:
Tidak ada komentar: