All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.moment.src.lib.create.local.js Maven / Gradle / Ivy

The newest version!
import { createLocalOrUTC } from './from-anything';

export function createLocal(input, format, locale, strict) {
    return createLocalOrUTC(input, format, locale, strict, false);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy