Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ monthsToDays
Function
monthsToDays
tests/test_code/js/moment/moment.js:5278–5281 ·
view source on GitHub ↗
(months)
Source
from the content-addressed store, hash-verified
5276
}
5277
5278
function
monthsToDays(months) {
5279
// the reverse of daysToMonths
5280
return
(months * 146097) / 4800;
5281
}
5282
5283
function
as(units) {
5284
if
(!this.isValid()) {
Callers
2
bubble
Function · 0.85
as
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected