MySQL TIME_FORMAT() Fungsi
Contoh
Format waktu:
SELECT TIME_FORMAT("19:30:10", "%H %i %s");
Definisi dan Penggunaan
Fungsi TIME_FORMAT() memformat waktu dengan format yang ditentukan.
Sintaksis
TIME_FORMAT(time, format)
Nilai Parameter
Parameter | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
time | Required. The time to be formatted | ||||||||||||||||||||||
format | Required. The format to use. Can be one or a
combination of the following:
|
Detail Teknis
Bekerja di: | Dari MySQL 4.0 |
---|
Lebih Banyak Contoh
Contoh
Format waktu:
SELECT TIME_FORMAT("19:30:10", "%h %i %s %p");
Contoh
Format waktu:
SELECT TIME_FORMAT("19:30:10", "%r");
Contoh
Format waktu:
SELECT TIME_FORMAT("19:30:10", "%T");