How to render a time-of-day string like '16:42' with a site's chosen time format?
I have a need to display a time-of-day value in a site's chosen time format.
For example I have 16:42:18
and want to display it as 4:42 PM
if the time_format
option is g:i A
, or 16:42:18
if the time_format
is H:i:s
.
I need this to render data captured by HTML5's input type=time form field.
How to do this?
Topic localization date-time plugin-development theme-development Wordpress
Category Web