I have many links in google but i want relevant link and extract some information to the url,
but i find only date to the URL,but date format different in every url.
Let see two url
and search many relevant
keyboard as (acquire,merge) and search date on the url,i do’nt know because many formats in url page,how to handle them?
Date formats means one url have many date formats in page (25jan,25-12-2018,25oct)
Hi @himanshur
try
Cdate(StrText).ToString(“dd-MM-yyyy”) or Cdate(StrText).ToString(“ddMM”)
Thanks
Ashwin S