Merge branch 'release/2024-01-26' into feature/IO-1828-Front-End-Package-Updates
# Conflicts: # client/src/pages/jobs-detail/jobs-detail.page.component.jsx # package-lock.json # package.json
This commit is contained in:
@@ -17,6 +17,9 @@ export function DateTimeFormatter(props) {
|
||||
)
|
||||
: null;
|
||||
}
|
||||
export function DateTimeFormatterFunction(date) {
|
||||
return moment(date).format("MM/DD/YYYY hh:mm a");
|
||||
}
|
||||
export function TimeFormatter(props) {
|
||||
return props.children
|
||||
? dayjs(props.children).format(props.format ? props.format : "hh:mm a")
|
||||
|
||||
Reference in New Issue
Block a user