I’m pulling a date/time value from the http response headers of a webserver in the format:
Date: Mon, 24 Mar 2025 09:32:51 GMT
I’d like to get this value into a DateTime variable. Is there a way to have the xojo framework do the conversion from the string (ie is there perhaps a locale that will work with this format?) or do I have to parse it manually?
To be clear, parsing it would not be a big deal, just want to know for future reference if this is something Xojo can do.
10 posts - 5 participants