HEX
Server: LiteSpeed
System: Linux sg-cp4.cloudnetwork.vn 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64
User: thu28850 (1134)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/thu28850/www/wp-content/themes/martfury/wc-vendors/dashboard/date-picker.php
<form method="post" class="search-date">
	<div class="from-date date-box">
		<label for="from">
			<?php esc_html_e( 'From:', 'martfury' ); ?>
		</label>
		<input class="date-pick" type="date" name="start_date" id="from"
			   value="<?php echo esc_attr( date( 'Y-m-d', $start_date ) ); ?>" />
	</div>
	<div class="to-date date-box">
		<label for="to"><?php esc_html_e( 'To:', 'martfury' ); ?></label>
		<input type="date" class="date-pick" name="end_date" id="to"
			   value="<?php echo esc_attr( date( 'Y-m-d', $end_date ) ); ?>" />
	</div>

	<input type="submit" class="btn btn-inverse btn-small"
		   value="<?php esc_attr_e( 'Show', 'martfury' ); ?>" />
</form>