mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
added time between 2 dates
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
import { tool as timeBetweenDates } from './time-between-dates/meta';
|
||||
import { tool as daysDoHours } from './convert-days-to-hours/meta';
|
||||
import { tool as hoursToDays } from './convert-hours-to-days/meta';
|
||||
import { tool as convertSecondsToTime } from './convert-seconds-to-time/meta';
|
||||
import { tool as convertTimetoSeconds } from './convert-time-to-seconds/meta';
|
||||
import { tool as truncateClockTime } from './truncate-clock-time/meta';
|
||||
|
||||
|
||||
export const timeTools = [
|
||||
daysDoHours,
|
||||
hoursToDays,
|
||||
convertSecondsToTime,
|
||||
convertTimetoSeconds,
|
||||
truncateClockTime
|
||||
truncateClockTime,
|
||||
timeBetweenDates
|
||||
];
|
||||
|
Reference in New Issue
Block a user