soderlind / acf-field-date-time-picker

Date and Time Picker field for Advanced Custom Fields v3 and v4
GNU General Public License v2.0
65 stars 27 forks source link

How i call the picker in other admin inputs? #99

Closed lincolnlemos closed 8 years ago

lincolnlemos commented 8 years ago

The script load in all pages admin pages, so i think then is better use this instead load other library. How i can apply this on my other input fields? I try find how you call this on plugin js folder, but not found.

Can you help?

lincolnlemos commented 8 years ago

Found solution, just use $(this).datetimepicker() inside my admin script.