Hello i have this code:
<div class="text-center m-2">
<label for="startdateReceived">Start Date</label>
<input type="date" name="startdateReceived" id="startDateReceive"
value="{{date("Y-m-d", strtotime('monday this week'))}}"/>
<label for="enddateReceive">End Date</label>
<input type="date" name="enddateReceive" id="endDateReceive"
value="{{date("Y-m-d", strtotime('sunday this week'))}}"/>
<button type="submit" id="receiveButton" onclick="getCashReceivedData()">Shfaq vlerat</button>
</div>
On firefox this code works and shows the date 03/04/2023
while on Chrome it shows 04/03/2023
Is there a way to change the format on chrome?
Firefox date result:
Chrome date result: