opalelement Posted June 7, 2009 Share Posted June 7, 2009 When using the following in a GD image, it won't parse the letter T in "at", it returns a weird character that is a small N above a small L. I believe it is trying to create a tab character instead of the letter T. How should I get around this? date("d.m \a\t H:i") Link to comment https://forums.phpfreaks.com/topic/161297-solved-parsing-the-letter-t-in-date/ Share on other sites More sharing options...
.josh Posted June 7, 2009 Share Posted June 7, 2009 need to double escape it. \\t Link to comment https://forums.phpfreaks.com/topic/161297-solved-parsing-the-letter-t-in-date/#findComment-851143 Share on other sites More sharing options...
Daniel0 Posted June 7, 2009 Share Posted June 7, 2009 Or use single quotes. Link to comment https://forums.phpfreaks.com/topic/161297-solved-parsing-the-letter-t-in-date/#findComment-851146 Share on other sites More sharing options...
opalelement Posted June 7, 2009 Author Share Posted June 7, 2009 Thank you both very much Link to comment https://forums.phpfreaks.com/topic/161297-solved-parsing-the-letter-t-in-date/#findComment-851149 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.