uawdijnntqw1x1x1
IP : 3.22.209.115
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
plugins
/
.
/
.
/
meta-box
/
src
/
..
/
js
/
..
/
src
/
..
/
inc
/
fields
/
date.php
/
/
<?php defined( 'ABSPATH' ) || die; /** * The date picker field, which uses built-in jQueryUI date picker widget. */ class RWMB_Date_Field extends RWMB_Datetime_Field { public static function admin_enqueue_scripts() { parent::register_assets(); wp_enqueue_style( 'rwmb-date' ); wp_enqueue_script( 'rwmb-date' ); } /** * Returns a date() compatible format string from the JavaScript format. * @link http://www.php.net/manual/en/function.date.php */ protected static function get_php_format( array $js_options ) : string { return strtr( $js_options['dateFormat'], self::$date_formats ); } }
/home/batcwwjx/public_html/wp-content/plugins/././meta-box/src/../js/../src/../inc/fields/date.php