diff --git a/src/appredux/modules/map/actions.js b/src/appredux/modules/map/actions.js index efdf229..db12266 100644 --- a/src/appredux/modules/map/actions.js +++ b/src/appredux/modules/map/actions.js @@ -122,9 +122,9 @@ export const getUserPoints = async () => { feature.properties = { "user_id": n.user_id, "Name": n.name ? n.name : '-', - "Clock in time": n.clock_in ? moment(n.clock_in).format('YYYY-MM-DD HH:mm:ss') : '-', + "Clock in time": n.clock_in ? moment(n.clock_in).format('DD-MM-YYYY HH:mm:ss') : '-', "Clock in location": n.clock_in_loc ? n.clock_in_loc : '-', - "Clock out time": n.clock_out ? moment(n.clock_out).format('YYYY-MM-DD HH:mm:ss') : '-', + "Clock out time": n.clock_out ? moment(n.clock_out).format('DD-MM-YYYY HH:mm:ss') : '-', "Clock out location": n.clock_out_loc ? n.clock_out_loc : '-', "image": n.image_selfie ? n.image_selfie : '', "Projects": n.projects ? n.projects : null, @@ -209,4 +209,4 @@ export const getUserHistory = async (userId, dateString) => { toast.warn("Couldn't find user history at the selected time. Please select another range of time."); } store.dispatch(setIsSearchingRoute(false)); -} \ No newline at end of file +} diff --git a/src/components/RoutingBarV2/index.js b/src/components/RoutingBarV2/index.js index f9c9d46..017e523 100644 --- a/src/components/RoutingBarV2/index.js +++ b/src/components/RoutingBarV2/index.js @@ -57,7 +57,7 @@ const RoutingBar = () => {
{
) } -export default RoutingBar; \ No newline at end of file +export default RoutingBar; diff --git a/src/views/Master/MasterBroadcast/index.js b/src/views/Master/MasterBroadcast/index.js index e99e2af..770be69 100644 --- a/src/views/Master/MasterBroadcast/index.js +++ b/src/views/Master/MasterBroadcast/index.js @@ -444,7 +444,7 @@ class index extends Component { {n.message_notif !== "" ? n.message_notif : "-"} {n.description !== "" ? n.description : "-"} {n.status_send !== "" ? n.status_send : "-"} - {n.created_date !== "" ? moment.utc(n.created_date).format("YYYY-MM-DD HH:mm:ss") : "-"} + {n.created_date !== "" ? moment.utc(n.created_date).format("DD-MM-YYYY HH:mm:ss") : "-"} ) }) : @@ -569,7 +569,7 @@ class index extends Component {
- {' '} + {' '}
@@ -632,4 +632,4 @@ class index extends Component { ) } } -export default withTranslation()(index); \ No newline at end of file +export default withTranslation()(index); diff --git a/src/views/Report/k3/index.js b/src/views/Report/k3/index.js index 383ac6b..75085c3 100644 --- a/src/views/Report/k3/index.js +++ b/src/views/Report/k3/index.js @@ -573,7 +573,7 @@ class index extends Component {
- {' '} + {' '}
@@ -607,4 +607,4 @@ class index extends Component { ) } } -export default withTranslation()(index); \ No newline at end of file +export default withTranslation()(index); diff --git a/src/views/SimproV2/CreatedProyek/DialogFormProyek.js b/src/views/SimproV2/CreatedProyek/DialogFormProyek.js index 5bab0e6..75ec4c7 100644 --- a/src/views/SimproV2/CreatedProyek/DialogFormProyek.js +++ b/src/views/SimproV2/CreatedProyek/DialogFormProyek.js @@ -511,6 +511,7 @@ const DialogFormProyek = ({ Start Date*
- {' '} + {' '}
@@ -396,4 +396,4 @@ class index extends Component { ) } } -export default withTranslation()(index); \ No newline at end of file +export default withTranslation()(index); diff --git a/src/views/SimproV2/Presence/index.js b/src/views/SimproV2/Presence/index.js index c6833bf..885ffb3 100644 --- a/src/views/SimproV2/Presence/index.js +++ b/src/views/SimproV2/Presence/index.js @@ -316,7 +316,7 @@ const Index = ({ params }) => {
- {' '} + {' '}
@@ -339,4 +339,4 @@ const Index = ({ params }) => { ) } -export default Index; \ No newline at end of file +export default Index; diff --git a/src/views/SimproV2/ResourceWorker/DialogForm.js b/src/views/SimproV2/ResourceWorker/DialogForm.js index d2d9591..0c2ec55 100644 --- a/src/views/SimproV2/ResourceWorker/DialogForm.js +++ b/src/views/SimproV2/ResourceWorker/DialogForm.js @@ -270,7 +270,7 @@ const DialogForm = ({ openDialog, closeDialog, toggleDialog, typeDialog, dataEdi - setBirthDate(date)} /> + setBirthDate(date)} />