aio_check_tc_shortcode_lite(); ?> '.__('Back to Time Clock', 'aio-time-clock-lite').''; } ?>
'shift', 'author' => $current_user->ID, 'posts_per_page' => -1));?> have_posts()): $loop->the_post();?> post->ID); $employee_clock_in_time = null; if (isset($custom["employee_clock_in_time"][0])){ $employee_clock_in_time = $custom["employee_clock_in_time"][0]; } $employee_clock_out_time = null; if (isset($custom["employee_clock_out_time"][0])){ $employee_clock_out_time = $custom["employee_clock_out_time"][0]; } $shift_sum = ''; ?>
cleanDate($clock_in); echo $newDate; } else { _e('Clock In Empty', 'aio-time-clock-lite'); } ?> cleanDate($clock_out); echo $outDate; } else { _e('Clock Out Empty', 'aio-time-clock-lite'); } ?> dateDifference($employee_clock_in_time, $employee_clock_out_time); echo $this->secondsToTime($shift_sum) . "
"; $shift_total_time += $shift_sum; ?>
: secondsToTime($shift_total_time); ?>