Skip to main content
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/quartersToMonths/index.ts";

Examples

// Convert 2 quarters to months const result = quartersToMonths(2) //=> 6

Parameters

quarters: number
  • number of quarters to be converted

Returns

number

the number of quarters converted in months