Falsche Zeitzone bei Buchungen und HTTP status codes als Fehlermeldung behoben
This commit is contained in:
@@ -12,7 +12,7 @@ export const DateInput = ({
|
||||
<input
|
||||
type="datetime-local"
|
||||
className="input"
|
||||
value={formatDate(value || new Date(), "yyyy-MM-dd hh:mm")}
|
||||
value={formatDate(value || new Date(), "yyyy-MM-dd HH:mm")}
|
||||
onChange={(e) => {
|
||||
const date = e.target.value ? new Date(e.target.value) : null;
|
||||
if (!date) return;
|
||||
|
||||
Reference in New Issue
Block a user