Skip to content
Advertisement

Tag: date

Split weeks of month

I’m trying to get a week range for the month, I’ve somewhat accomplished what I’m looking for but I’d like the code to be more reliable. The data ranges are going to be used to some MySQL queries …

PHP Time Conversion and Timezones

I’m trying to convert an RSS date (ISO 8601) to an iCalendar date. I thought I would turn the initial date time to a Unix timestamp, then format it with strftime. I understand that strftime changes a …

Advertisement