I am working with an RSS feed reader class, and need to translate the date.
When “Mon”, “Tue”, “Wed” are read they should be translated
I think it should go something like this (?):
itemDescription.indexOf(“Tue”)
I am working with an RSS feed reader class, and need to translate the date.
When “Mon”, “Tue”, “Wed” are read they should be translated
I think it should go something like this (?):
itemDescription.indexOf(“Tue”)
:: Copyright KIRUPA 2024 //--