We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e0d307 + 43f1204 commit e6c4e3fCopy full SHA for e6c4e3f
react/components/DateTimeField/DateTimeField.jsx
@@ -4,9 +4,13 @@ import InputLabel from "../InputLabel";
4
import { DateTimePicker } from "@mui/x-date-pickers/DateTimePicker";
5
import { LocalizationProvider } from "@mui/x-date-pickers/LocalizationProvider";
6
import { AdapterDayjs } from "@mui/x-date-pickers/AdapterDayjs";
7
+import dayjs from 'dayjs'
8
+import utc from 'dayjs/plugin/utc';
9
+
10
import { FormControl } from "@mui/material";
11
import { kebabCase } from "lodash";
12
13
+dayjs.extend(utc)
14
export const dateTimeTextFieldStyle = {
15
width: "240px",
16
borderRadius: "3px",
0 commit comments