Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. $request->validate([
  2.             'clocked' => 'date_format:H:i:s'
  3.         ], [
  4.             'clocked.data_format' => __(':attribute must have a valid time format.'),
  5.         ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement