Skip to content
Giorgio Caviglia edited this page Jun 4, 2014 · 14 revisions

Starting from v1.0.1 RAW supports (recognizes) the following date formats. See http://momentjs.com/docs/#/parsing/string-format for a more detailed description of the available formats. If you have any suggestion about date formats you would like to see in RAW, just let us know!

Format Examples
MM DD YYYY 02 16 2014
DD MM YYYY 16 02 2014
YYYY MM DD 2014 02 16
MM-DD-YYYY 02-16-2014
DD-MM-YYYY 16-02-2014
YYYY-MM-DD 2014-02-16
MM/DD/YYYY 02/16/2014
DD/MM/YYYY 16/02/2014
YYYY/MM/DD 2014/02/16
MM.DD.YYYY 02.16.2014
DD.MM.YYYY 16.02.2014
YYYY.MM.DD 2014.02.16
DD MMM YYYY 16 Feb 2014
D MMM YYYY 16 Feb 2014
DD MMMM YYYY 16 February 2014
D MMMM YYYY 16 February 2014
MMM YYYY Feb 2014
MMMM YYYY Febraury 2014
Q YYYY 1 2014
YYYY 2014
MMM-YYYY Feb-2014
MMMM-YYYY Febraury-2014
Q-YYYY 1-2014
MMM/YYYY Feb/2014
MMMM/YYYY Febraury/2014
Q/YYYY 1/2014
Clone this wiki locally