Sometimes you just need an easy-to-use Timepicker. DateTime Picker is nice too and the JS for it was already needed by the Time Picker, so I added that too.
The Field and JS overall are pretty identical to the Date Picker. The Time Picker and DateTime Picker have just a few minor changes.
current_time() takes into account the Server's Time Zone according to wp_options. Any kind of frontend display would need to account for Timezones on its own.
Sometimes you just need an easy-to-use Timepicker. DateTime Picker is nice too and the JS for it was already needed by the Time Picker, so I added that too.
The Field and JS overall are pretty identical to the Date Picker. The Time Picker and DateTime Picker have just a few minor changes.
current_time()
takes into account the Server's Time Zone according towp_options
. Any kind of frontend display would need to account for Timezones on its own.