ampm false
This commit is contained in:
@@ -115,6 +115,7 @@ function DashboardMachinaryOfficeComponent() {
|
||||
}
|
||||
>
|
||||
<MobileDateTimePicker
|
||||
ampm={false}
|
||||
onChange={(newValue) => {
|
||||
const date = new Date(newValue);
|
||||
const formattedDate = moment(date)
|
||||
@@ -142,7 +143,11 @@ function DashboardMachinaryOfficeComponent() {
|
||||
onClick={() => {
|
||||
column.setFilterValue(null);
|
||||
}}
|
||||
sx={{color: column.getFilterValue() ? "rgba(0, 0, 0, 0.54)" : "#bfbfbf"}}
|
||||
sx={{
|
||||
color: column.getFilterValue()
|
||||
? "rgba(0, 0, 0, 0.54)"
|
||||
: "#bfbfbf",
|
||||
}}
|
||||
>
|
||||
<ClearIcon />
|
||||
</IconButton>
|
||||
|
||||
@@ -116,6 +116,7 @@ function DashboardPassengerOfficeComponent() {
|
||||
}
|
||||
>
|
||||
<MobileDateTimePicker
|
||||
ampm={false}
|
||||
onChange={(newValue) => {
|
||||
const date = new Date(newValue);
|
||||
const formattedDate = moment(date)
|
||||
|
||||
@@ -117,6 +117,7 @@ function DashboardPassengerOfficeComponent() {
|
||||
}
|
||||
>
|
||||
<MobileDateTimePicker
|
||||
ampm={false}
|
||||
onChange={(newValue) => {
|
||||
const date = new Date(newValue);
|
||||
const formattedDate = moment(date)
|
||||
|
||||
@@ -116,6 +116,7 @@ function DashboardProvinceManagerComponent() {
|
||||
}
|
||||
>
|
||||
<MobileDateTimePicker
|
||||
ampm={false}
|
||||
onChange={(newValue) => {
|
||||
const date = new Date(newValue);
|
||||
const formattedDate = moment(date)
|
||||
|
||||
@@ -116,6 +116,7 @@ function DashboardTransportationAssistanceComponent() {
|
||||
}
|
||||
>
|
||||
<MobileDateTimePicker
|
||||
ampm={false}
|
||||
onChange={(newValue) => {
|
||||
const date = new Date(newValue);
|
||||
const formattedDate = moment(date)
|
||||
|
||||
Reference in New Issue
Block a user