C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
MySQL Date/Time time_format() FunctionThe time_format() is a MySQL date/time function. It is used to format the time in specified given format_mask. Syntaxselect time_format(time, format_mask) Parameter:Time: time to be format Format_mask: format to be applied on time following are the list of options
Example 1
Next TopicMySQL datetime
|