Sha256: 3a34cdc52844bf6a4ab6b3529858ceafb41814bcdff2d8a7583012a23af38e15

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

// The date and time format (%c), date format (%x) and time format (%X).
var d3_time_formatDateTime = {d_t_fmt},
    d3_time_formatDate = {d_fmt},
    d3_time_formatTime = {t_fmt};

// The weekday and month names.
var d3_time_days = {day},
    d3_time_dayAbbreviations = {abday},
    d3_time_months = {mon},
    d3_time_monthAbbreviations = {abmon};

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
stripchart-0.0.3 lib/stripchart/public/components/d3/src/time/format-locale.js
stripmem-0.0.3 lib/stripmem/public/components/d3/src/time/format-locale.js
stripmem-0.0.2 lib/stripmem/public/components/d3/src/time/format-locale.js
stripmem-0.0.1 lib/stripmem/public/components/d3/src/time/format-locale.js