After a moment object is created, all of the inputs can be accessed with method:

    1. moment("2013-01-02", "YYYY-MM-DD", true).creationData() === {
    2. format: "YYYY-MM-DD",
    3. isUTC: false,
    4. }