{
  "entity_type": "unit_conversion_page",
  "id": "days-to-months",
  "name": "Days to Months (30 days)",
  "title": "Days to Months (30 days) Converter (d to mo)",
  "description": "Convert days to months (30 days): 1 d = 0.0333333 mo. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "time",
  "quantity_name": "Time",
  "base_unit": "s",
  "from_unit": {
    "symbol": "day",
    "display": "d",
    "name": "days",
    "singular": "day"
  },
  "to_unit": {
    "symbol": "month_30",
    "display": "mo",
    "name": "months (30 days)",
    "singular": "month"
  },
  "linear": true,
  "factor": 0.03333333333,
  "inverse_factor": 30,
  "formula": "months (30 days) = days × 0.03333333333",
  "reverse_formula": "days = months (30 days) × 30",
  "unit_relation": "1 d = 0.0333333 mo",
  "examples": [
    {
      "value": 5,
      "result": 0.166667,
      "text": "5 d = 0.166667 mo"
    },
    {
      "value": 12.5,
      "result": 0.416667,
      "text": "12.5 d = 0.416667 mo"
    },
    {
      "value": 100,
      "result": 3.33333,
      "text": "100 d = 3.33333 mo"
    }
  ],
  "table": [
    {
      "day": 1,
      "month_30": 0.0333333
    },
    {
      "day": 2,
      "month_30": 0.0666667
    },
    {
      "day": 3,
      "month_30": 0.1
    },
    {
      "day": 4,
      "month_30": 0.133333
    },
    {
      "day": 5,
      "month_30": 0.166667
    },
    {
      "day": 6,
      "month_30": 0.2
    },
    {
      "day": 7,
      "month_30": 0.233333
    },
    {
      "day": 8,
      "month_30": 0.266667
    },
    {
      "day": 9,
      "month_30": 0.3
    },
    {
      "day": 10,
      "month_30": 0.333333
    },
    {
      "day": 15,
      "month_30": 0.5
    },
    {
      "day": 20,
      "month_30": 0.666667
    },
    {
      "day": 25,
      "month_30": 0.833333
    },
    {
      "day": 30,
      "month_30": 1
    },
    {
      "day": 40,
      "month_30": 1.33333
    },
    {
      "day": 50,
      "month_30": 1.66667
    },
    {
      "day": 75,
      "month_30": 2.5
    },
    {
      "day": 100,
      "month_30": 3.33333
    },
    {
      "day": 200,
      "month_30": 6.66667
    },
    {
      "day": 250,
      "month_30": 8.33333
    },
    {
      "day": 500,
      "month_30": 16.6667
    },
    {
      "day": 1000,
      "month_30": 33.3333
    }
  ],
  "faq": [
    {
      "q": "How many months (30 days) are in one day?",
      "a": "1 d = 0.0333333 mo. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert days to months (30 days)?",
      "a": "Multiply the value in days by 0.03333333333: months (30 days) = days × 0.03333333333. For example, 5 d = 0.166667 mo."
    },
    {
      "q": "How do I convert months (30 days) back to days?",
      "a": "Multiply by the inverse factor 30 (days = months (30 days) × 30), or use the months (30 days)-to-days page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=day&to_unit=month_30",
    "calculator": "https://tttkmbb.com/api/v1/calculate/time?value=5&from_unit=day&to_unit=month_30",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "day",
      "to_unit": "month_30"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/days-to-months",
    "markdown": "https://tttkmbb.com/conversion/days-to-months.md",
    "json": "https://tttkmbb.com/conversion/days-to-months.json",
    "reverse": "https://tttkmbb.com/conversion/months-to-days",
    "quantity_converter": "https://tttkmbb.com/conversion/time",
    "units": "https://tttkmbb.com/api/v1/units?quantity=time"
  },
  "timestamp": "2026-09-24"
}