Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 249 Bytes

File metadata and controls

12 lines (12 loc) · 249 Bytes
title Require.js
signature require.config({ paths: { "moment": "path/to/moment" } }); define(["path/to/moment-timezone-with-data"], function (moment) { moment().tz("America/Los_Angeles").format(); });