Level 43
Apr 21, 2018
2
Level 1
Time Condition
if ($request->start_time <= $request->end_time) { //how can i check this condition if my field type in database time.
}
Please or to participate in this conversation.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
if ($request->start_time <= $request->end_time) { //how can i check this condition if my field type in database time.
}
Please or to participate in this conversation.