Category talk:Wren-date: Difference between revisions

Content added Content deleted
(Added an additional predefined format.)
(→‎Source code: Couple more tweaks.)
Line 40: Line 40:


// Predefined formats.
// Predefined formats.
static standard { "yyyy|-|mm|-|dd| |hh|:|MM|:|ss|.|ttt|" } // readable & sortable format
static standard { "yyyy|-|mm|-|dd| |hh|:|MM|:|ss|.|ttt" } // readable & sortable format
static isoDate { "yyyy|-|mm|-|dd|" }
static isoDate { "yyyy|-|mm|-|dd" }
static rawDate { "yyyy||mm||dd" }
static rawDate { "yyyy||mm||dd" }
static usDate { "mm|/|dd|/|yyyy" }
static usDate { "mm|/|dd|/|yyyy" }