[R] How to convert European short dates to ISO format?

Luigi Marongiu m@rong|u@|u|g| @end|ng |rom gm@||@com
Wed Jun 10 10:36:47 CEST 2020


Thank you!

On Wed, Jun 10, 2020 at 10:29 AM Daniel Nordlund <djnordlund using gmail.com> wrote:
>
> On 6/10/2020 1:20 AM, Luigi Marongiu wrote:
> > isoDates = as.Date(oriDates, format = "%m/%d/%y")
>
> You need to use the format for European short dates.
>
> isoDates = as.Date(oriDates, format = "%d/%m/%y")
>
>
> Hope this is helpful,
>
> Dan
>
> --
> Daniel Nordlund
> Port Townsend, WA  USA
>


-- 
Best regards,
Luigi



More information about the R-help mailing list