Escape characters in the PHP date function
It’s funny when you’ve been programming in a language for a long time and fall into odd assumptions about particular functions. For some reason I appear to have assumed there was no way to escape characters in PHP’s date function. Then yesterday I saw some sample code where a character was escaped and double checked in the manual. Sure enough, you can escape characters and it’s obvious. I just thought I’d share it here in case you’re making the same mistake I was.