[quote=348783:@Tim Dietrich]Does anyone have or know of an easy way to get the current date/time stamp in RFC 822 / 1123 format?
For example:
Sun, 06 Nov 1994 08:49:37 GMT
Details on the format can be found here (in section “3.3.1 Full Date”):
https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
Thanks,
Tim[/quote]
write a method that is an extension of date
or xojo.data.date
and returns the value.
I Dont know of a way other than that.