Forum Discussion
adieball
8 years agoHelper I
rData Table: Date Format
Hi my source has two date fields, properly configured as format dd/MM/yy and in the table it correctly shows up. When dragging this field into a rData Table, the date shows with an added Time...
TomMartens
8 years agoSuper User
Hey,
I'm not sure but I guess you have use
as.Date(,,,)
inside your r script.
Regards,
Tom
adieball
8 years agoHelper I
rScript?
I just use that rTable Plugin from the Marketplace and drop the fields in ......
- TomMartens8 years agoSuper User
Okay, I understand, that's the way this visual display "date" and "datetime" fields.
Maybe you can consider to transform the columns to the datatype text.
You also can consider to report this as an issue here:
https://github.com/deldersveld/rDataTable
Regards,
Tom