# NOT RUN {
getFormats()
addFormats(c("%d %b %y", # two-digit date [not recommended], textual month
"%a %b %d %Y")) # weekday weeknumber four-digit year
removeFormats("%d %b %y") # remove first
# }
Run the code above in your browser using DataLab