Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 6, 2020 22:53
Show Gist options
  • Save BetterProgramming/56e2deab92902024ca93e88bb23def64 to your computer and use it in GitHub Desktop.
Save BetterProgramming/56e2deab92902024ca93e88bb23def64 to your computer and use it in GitHub Desktop.
...
const getCoinData = async (startDate, endDate) => {
...
const startDateUnix = dayjs(startDate).format("X");
const endDateUnix = dayjs(endDate).format("X");
...
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment