[R] converting to date object...

akshay kulkarni @k@h@y_e4 @end|ng |rom hotm@||@com
Wed Apr 12 16:34:26 CEST 2023


dear members,
                            I want to convert "12 APR 2023" into a Date object. I tried as_Date() from lubridate, but it is not working:

> as_date("12 APR 2023")
[1] NA
Warning message:
All formats failed to parse. No formats found.
> as_date("12-APR-2023")
[1] NA
Warning message:
All formats failed to parse. No formats found.

I am looking for a shorthand way of doing it. Of course, one can convert APR to 4 and get the job done, but I ma looking for a short and elegant code

please help...

THanking you,
Yours sincerely,
AKSHAY M KULKARNI

	[[alternative HTML version deleted]]



More information about the R-help mailing list