With all the thingies like %W
(excuse my php illiterateness im asking for a friend.)
Basically we need to replace strftime in a big obscure project with something without the 1970, or what is it, limit.
Thanks
With all the thingies like %W (excuse my php illiterateness im asking for a
Share
Take a look at PHP’s datetime class which works with a 64-bit date/time value, so a much wider range of dates… enough to satisfy anybody except (perhaps) a paleobiologist
Pay particular attention to ediathome’s createFromFormat() function in the comments on that page if you’re looking specifically for an strftime() replacement