@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 2.3.0 to 3.0.0
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
const dateTimeFormat = value => { | ||
export const dateTimeFormat = value => { | ||
if (!value) return value | ||
@@ -26,4 +26,2 @@ const fmt = dt => dt.toLocaleDateString() + ' | ' + dt.toLocaleTimeString() | ||
export default dateTimeFormat | ||
export const dateFormat = value => { | ||
@@ -30,0 +28,0 @@ if (!value) return value |
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
101767
41
36