|
|
|
ทำเลขหลักพัน ที่มีลูกน้ำ และก็มีจุดทศนิยมด้วย ทำเลขหลักพัน ที่มีลูกน้ำ และก็มีจุดทศนิยมด้วย |
|
|
|
|
|
|
|
ขอดูที่คุณทำหน่อยครับ เด๋วช่วยแก้
|
|
|
|
|
Date :
28 ธ.ค. 2550 16:09:10 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?=number_format(10000,2)?> แบบนี้ครับ 1000 คือค่าที่จะให้ใส่ลูกน้ำ มันจะตัดเอง ส่วน 2 คือทศนิยม
|
|
|
|
|
Date :
28 ธ.ค. 2550 16:30:01 |
By :
adaaugusta |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลืมไป ใช้ฟังก์ของ php ก้ได้นี่นา
<?php
$number = 1234.56;
// english notation (default)
$english_format_number = number_format($number);
// 1,235
// French notation
$nombre_format_francais = number_format($number, 2, ',', ' ');
// 1 234,56
$number = 1234.5678;
// english notation without thousands seperator
$english_format_number = number_format($number, 2, '.', '');
// 1234.57
?>
|
|
|
|
|
Date :
28 ธ.ค. 2550 16:32:19 |
By :
lozomac |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2018-08-08 10:28:13 |
By :
H2R4422x |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$english_format_number = number_format($number, 2, '.', ',');
ใส่ เครื่องหมายกุลิโก๊ะ อีกอัน หลังสุดอะ
|
|
|
|
|
Date :
2018-10-26 15:02:30 |
By :
Sichang island |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|