I've been provided a csv file with the date column as follows:
1990.12466
1990.20137
1990.2863
1990.36849
1990.45342
1990.53562
1990.62055
1990.70548
1990.78767
1990.8726
1990.95479
1991.03973
This is data I'll be using in highcharts, I can't seem to find any functionality to get these formats into YYYYMMDD
It appears like this data was made in R using something like the lubridate function but I have no way of confirming this.
Any ideas on the best way to get this data into YYYMMDD ?