- added custom date format ability for datepicker field;

This commit is contained in:
nikitasinelnikov
2019-10-22 12:24:36 +03:00
parent 4e791ef722
commit fca6de05d6
4 changed files with 32 additions and 16 deletions
@@ -1736,6 +1736,16 @@ if ( ! class_exists( 'um\admin\core\Admin_Metabox' ) ) {
}
break;
case '_format_custom':
?>
<p><label for="_format_custom"><?php _e( 'Use custom Date format', 'ultimate-member' ); ?> <?php UM()->tooltip( __( 'This option overrides "Date User-Friendly Format" option. See https://www.php.net/manual/en/function.date.php', 'ultimate-member' ) ); ?></label>
<input type="text" name="_format_custom" id="_format_custom" value="<?php echo htmlspecialchars( $this->edit_mode_value, ENT_QUOTES ); ?>" placeholder="j M Y" />
</p>
<?php
break;
case '_pretty_format':
?>