Gianni Chiappetta

Results 107 comments of Gianni Chiappetta

@kcfgl glad i could help 😄

will this work OOTB with other locales?

i would be wary of adopting new external formats when browsers already have a [locale-aware date formatting mechanism built-in](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat). perhaps this functionality could be implemented as an optional wrapper on...

this should be merged for the `4.0.0` milestone

thanks @rocketraman this is definitely a bug. looks like `subtract()` converts moment objects to numbers to perform math on them and loses the timezone

i like this suggestion, my preference is to stay as close to the moment API as possible

thanks @ypleung—we'll look into this

hi! how are you including moment-range in your app? and are you using a build system?

an additional consideration is after using the `extendMoment()` function, depending on the module system, the `moment` package may **not** be globally modified. because of this i think it could be...

@seansfkelley another option is to offer an export of moment pre-extended, which could then map to a merged declaration