fix: note about milliseconds
This commit is contained in:
parent
907a5d6be6
commit
51b4abf66e
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Dates & datetimes are actually stored as plain numerics in regular SAS tables. In order for the Data Controller to recognise these values as dates / datetimes a format must be applied.
|
Dates & datetimes are stored as plain numerics in regular SAS tables. In order for the Data Controller to recognise these values as dates / datetimes a format must be applied.
|
||||||
|
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
@ -14,10 +15,12 @@ Supported date formats:
|
|||||||
* YYMMDD.
|
* YYMMDD.
|
||||||
* E8601DA.
|
* E8601DA.
|
||||||
* B8601DA.
|
* B8601DA.
|
||||||
|
* NLDATE.
|
||||||
|
|
||||||
Supported datetime formats:
|
Supported datetime formats:
|
||||||
|
|
||||||
* DATETIME.
|
* DATETIME.
|
||||||
|
* NLDATM.
|
||||||
|
|
||||||
Supported time formats:
|
Supported time formats:
|
||||||
|
|
||||||
@ -34,6 +37,9 @@ proc metalib;
|
|||||||
run;
|
run;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
Data Controller does not support decimals when EDITING. For datetimes, this means that values must be rounded to 1 second (milliseconds are not supported).
|
||||||
|
|
||||||
If you have other dates / datetimes / times you would like us to support, do [get in touch](https://datacontroller.io/contact)!
|
If you have other dates / datetimes / times you would like us to support, do [get in touch](https://datacontroller.io/contact)!
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user