Skip to content

Commit

Permalink
Merge pull request #295 from amansinghbais/fulfillment-pwa/#241-dateF…
Browse files Browse the repository at this point in the history
…ormat

Improved: dateTime format for facilityOrderCount inputFields (#241)
  • Loading branch information
ravilodhi authored Oct 11, 2023
2 parents 0794027 + 01e8df6 commit 5deb40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default defineComponent({
"entityName": "FacilityOrderCount",
"inputFields": {
"facilityId": this.currentFacility.facilityId,
"entryDate": DateTime.now().toMillis(),
"entryDate": DateTime.now().toFormat('yyyy-MM-dd'),
},
"viewSize": 1,
"fieldList": ["entryDate", "lastOrderCount"],
Expand Down

0 comments on commit 5deb40d

Please sign in to comment.