Move format and labels to cycleday component dir
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import moment from "moment"
|
||||
|
||||
export function formatDateForViewHeader(date) {
|
||||
return moment(date).format('MMMM Do YYYY')
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
const bleeding = ['spotting', 'light', 'medium', 'heavy']
|
||||
|
||||
export {
|
||||
bleeding
|
||||
}
|
||||
Reference in New Issue
Block a user