realbig / rbm-field-helpers

0 stars 1 forks source link

Time Picker + DateTime Picker #29

Closed d4mation closed 7 years ago

d4mation commented 7 years ago

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.

joelworsham commented 7 years ago

Cool!!!