Skip to content
mikima edited this page Sep 25, 2017 · 14 revisions

In v1.2.0 RAWGraphs is able to parse strings as dates. It supports most of the ISO8601 standards, in the table below are listed the supported and not supported date format.

For any supported format, you can specify time adding it at the end using the hh:mm:ss format.

If you have any suggestion about date formats you would like to see in RAW, just let us know!

Supported Examples
MM DD YYYY 05 16 2014 
MM-DD- YYYY 02-16- 2014 
YYYY-MM- DD  2014-02- 16
MM/DD/YYYY  02/16/2014 
MM.DD.YYYY 02.16.2014
DD MMM YYYY 16 Feb 2014
D MMM YYYY 9 Feb 2014
DD MMMM YYYY 16 February 2014
D MMMM YYYY 9 February 2014
MMM YYYY Feb 2014
MMMM YYYY February 2014
MMM-YYYY Feb-2014
MMMM-YYYY February-2014
MMM/YYYY Feb/2014
MMMM/YYYY February/2014
YYYY-MM 2014-01
Not supported Examples
DD MM YYYY 16 02 2014 
YYYY MM DD 2014 02 16 
DD-MM- YYYY 16-02- 2014 
DD/MM/YYYY 16/02/2014
YYYY/MM/DD 2014/02/16
DD.MM.YYYY 16.02.2014
YYYY.MM.DD 2014.02.16
Q YYYY 1 2014
Q-YYYY 1-2014
Q/YYYY 1/2014
Clone this wiki locally