MySQL TIME_FORMAT() Funksie
Voorbeeld
Formateer 'n tyd:
SELECT TIME_FORMAT("19:30:10", "%H %i %s");
Definisie en gebruik
Die TIME_FORMAT()-funksie formateer 'n tyd volgens 'n gespesifiseerde formaat.
Sintaksis
TIME_FORMAT(time, format)
Parameterwaardes
Parameter | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
time | Required. The time to be formatted | ||||||||||||||||||||||
format | Required. The format to use. Can be one or a
combination of the following:
|
Tegniese besonderhede
Werk in: | Van MySQL 4.0 |
---|
Meer voorbeelde
Voorbeeld
Formateer 'n tyd:
SELECT TIME_FORMAT("19:30:10", "%h %i %s %p");
Voorbeeld
Formateer 'n tyd:
SELECT TIME_FORMAT("19:30:10", "%r");
Voorbeeld
Formateer 'n tyd:
SELECT TIME_FORMAT("19:30:10", "%T");