Soldato
- Joined
- 1 Sep 2005
- Posts
- 10,001
- Location
- Scottish Highlands
Just playing around with intergrating twitter in to my website and I have come across a stange problem. Im using the following line to return ther date of a posted tweet;
return mon + ' ' + day + th + (thisyear != year ? ', ' + year : '');
It appears fine in IE and Firefox by showing it as;
9:16pm May 17th
but Opera shows it as;
9:16pm 17 Mayth
:/ Any idea why it is reordering the variables?
return mon + ' ' + day + th + (thisyear != year ? ', ' + year : '');
It appears fine in IE and Firefox by showing it as;
9:16pm May 17th
but Opera shows it as;
9:16pm 17 Mayth
:/ Any idea why it is reordering the variables?
